Quotes from the book of brodin
http://bookofbrodin.wikia.com/wiki/Book_of_Brodin_Wiki
Docker Repo
https://hub.docker.com/r/alexbezek/bookofbrodin/
There are the available api's that are currently implemented. Searching is case insensitive. Below are all api's and further down are more details around each one.
GET /api/passage
GET /api/passage/search/:text/
GET /api/deity
GET /api/deity/search/:name
GET /api/book
GET /api/book/search/:title
GET /api/brodin_data.json
GET /api/passage
- maxLength (int) restricts results to quotes with this many characters or less. Doesn't truncate, restricts the search
GET /api/book
GET /api/deity
GET /api/passage/search/:text/
- maxLength (int) restricts results to quotes with this many characters or less. Doesn't truncate, restricts the search
- book (string) search text for searching for a text in a book.
- multipleResults (bool) True returns all results. Defaults to false
GET /api/deity/search/:name
- multipleResults (bool) True returns all results. Defaults to false
GET /api/book/search/:title
- multipleResults (bool) True returns all results. Defaults to false
GET /api/brodin_data.json