An open API service indexing awesome lists of open source software.

https://github.com/rohanhacker/libraryapi

A grails Api for community library system
https://github.com/rohanhacker/libraryapi

Last synced: over 1 year ago
JSON representation

A grails Api for community library system

Awesome Lists containing this project

README

          

# README #

##To Start:
grails run-app

API for library Database WEb app, Client is in another repo.

list books -> GET: /Book

create books -> POST: /Book

list 1 book -> GET: /Book/:id

Get books in range -> GET: /Book?max=' '&offset=' '

Search book by name -> GET: /book/search?key='name'