Skip to content

Example mu-cl-resources configuration to support the JSONAPI compliant management of books and their authors.

Notifications You must be signed in to change notification settings

madnificent/books-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Example mu-cl-resources configuration to support the JSONAPI compliant management of books and their authors.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published