Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.09 KB

README.md

File metadata and controls

46 lines (34 loc) · 1.09 KB

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>