Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madnificent/books-service
Example mu-cl-resources configuration to support the JSONAPI compliant management of books and their authors.
https://github.com/madnificent/books-service
mu-service
Last synced: 3 days ago
JSON representation
Example mu-cl-resources configuration to support the JSONAPI compliant management of books and their authors.
- Host: GitHub
- URL: https://github.com/madnificent/books-service
- Owner: madnificent
- Created: 2016-05-02T20:35:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-01-27T08:23:14.000Z (almost 5 years ago)
- Last Synced: 2024-11-11T23:39:04.615Z (2 months ago)
- Topics: mu-service
- Language: Common Lisp
- Size: 3.91 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Books service #
Service offering storage for basic information about Books.
_Version: 2.0.0_
## Available resources ##
The books service has support for Books and Authors.
Books have the following properties:
| Property | Intended use |
|-------------|--------------------------------------------|
| title | Short title of the book |
| isbn | Unique ISBN identifier of the book |
| authors | Link to authors of the book |Authors have the following properties:
| Property | Intended use |
|-------------|--------------------------------------------|
| name | Full name of the author |
| books | Link to books of the author |## Available calls ##
All calls which mu-cl-resources offers are supported for the resources `/books` and `/authors`.
Authorization is not included. This includes most of the calls specified by JSONAPI.org.## Docker Compose snippet
bookslisting:
image: madnificent/books-service:2.0.0
links:
- database:database