eHUB Provider API Reference
- Home
- Adding a new media provider
- eHUB Provider API Reference
There are 2 API interfaces available:
- Loan per format. In this case downloading each format of the product results in a new checkout at the content provider. For example downloading a book in epub and pdf formats results in 2 different checkouts at the content provider.
- Loan per product. In this case downloading each format of the product results in a single checkout at the content provider. For example downloading a book in epub and pdf formats results in a single checkout at the content provider.
Both API share the same getRecord and deleteCheckout calls and separate checkout and getCheckout call implementations.