/comments

Collection of comments in a system, federation of systems, or in a default book.

get

Get all comments in the system or default book.

post

Create a new comment in the default book.

Entity representing a comment form metadata.

get

Get form metadata for creating a new comment.

Entity representing a comment

get

Get a comment given its id.

put

Update a given comment.

delete

Delete a given comment.

Entity representing a comment form metadata for update

get

Get form metadata for updating an existing comment.

/books

Collection of books in a system or federation of systems.

get

Get all books.

post

Create a new book.

Entity representing a book form metadata.

get

Get form metadata for creating a new book.

The root books in the book hierarchy. A node with no parents is an orphan. While all book Ids are known to the hierarchy, an orphan does not appear in the hierarchy unless explicitly added as a root node or child of another node.

get

Get all root root-book

Entity representing a book

get

Get a book given its id.

put

Update a given book.

delete

Delete a given book.

Entity representing a book form metadata for update

get

Get form metadata for updating an existing book.

get

Get child books for the given book in the hierarchy.

put

Add book as child of the given book in the hierarchy.

delete

Remove the given book as a child of the given book in the hierarchy.

get

Get parent books for the given book in the hierarchy.

get

Get all comments in this book

put

Add the given comment to this book

delete

Remove the given comment from the book.