Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lcostea/hotel-api-sdk-java
https://github.com/lcostea/hotel-api-sdk-java
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lcostea/hotel-api-sdk-java
- Owner: lcostea
- License: other
- Created: 2015-11-13T10:18:23.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-04T11:27:04.000Z (about 9 years ago)
- Last Synced: 2023-02-26T09:06:49.927Z (almost 2 years ago)
- Language: Java
- Size: 273 KB
- Stars: 0
- Watchers: 2
- Forks: 28
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hotelbeds SDK for Java
https://github.com/hotelbeds-sdk/hotel-api-sdk-javaRelease notes
------------------------------------------
See Release_Notes.mdINTRODUCTION
------------
Hotelbeds SDK for Java is a set of utilities whose main goal is to help
in the development of Java applications that use APItude, the Hotelbeds API.LICENSE
-------
This softwared is licensed under the LGPL v2.1 license. Please
refer to the file LICENSE for specific details
and more license and copyright information.MODULES
-------------------
The SDK for Java is composed of various modules
* Hotel API Model: A set of basic classes used in the SDK, deployed as a separate module so it can be used without the SDK
* Hotel API SDK: The SDK itself, with the classes required to connect to the remote API and return the results as model objects.
* Hotel API Demo: A sample application that makes use of the SDK, to be used as starting point.USING THE SDK
-------------------
Pending ...BUILDING THE SDK
----------------------
Pending ...