API Access Service for your bookstore
Libmaker now offers FREE of cost API access for your bookstore database., What is api access? well there is to ways you can interact with your data/catalog, first by using online bookstore website console and second is api access, it uses XML response and request schema.
Example
API can be accessed with following URL
http://libmaker.com:8080/bookstoreWs
You will need to supply exactly four parameters to work
- apikey
- username (your email address)
- password
- command -> example "browse.category.12"
A well formed API request
http://libmaker.com:8080/bookstoreWs/?username=admin@libmaker.com&passwo...
Some use cases
- A university's private library where only students are allowed to browse books
- Integrate your Mobile, Tablet or PC based clients to access bookstore database
- Allow subscription and online ebook reading
Enable API access
Login with your administrator account at your site
under Admin -> Web Settings -> enabled API access
you will get your api keys and URL.