/hotelbeds-sdk-java

Hotelbeds Java API

Primary LanguageShell

Hotelbeds Java SDK API

Contains Hotelbeds's Booking and Content API compiled for Java 20 and using reactive WebClient with Java 8 date library.

For more information about the API, check out Hotelbeds's own APIs

Booking

Cache

Content

How to use

Download from Maven repo

<dependency>
  <groupId>travel.wink</groupId>
  <artifactId>hotelbeds-booking-sdk-java</artifactId>
  <version><!-- see Releases --></version>
  <packaging>jar</packaging>
</dependency>

and

<dependency>
  <groupId>travel.wink</groupId>
  <artifactId>hotelbeds-cache-sdk-java</artifactId>
  <version><!-- see Releases --></version>
  <packaging>jar</packaging>
</dependency>

and

<dependency>
  <groupId>travel.wink</groupId>
  <artifactId>hotelbeds-content-sdk-java</artifactId>
  <version><!-- see Releases --></version>
  <packaging>jar</packaging>
</dependency>