Fimfiction Developers

Bookshelves

Bookshelves allow users to categorise stories how they want onto bookshelves they create.


Relevant Scopes

  • read_bookshelves
  • write_bookshelves

Table of Contents

GET /users/:id/bookshelves

Retrieves the user's bookshelves.


Scopes

GET /bookshelves/:id

Retrieves a bookshelf by :id.


Scopes


Parameters

:id required The numeric story id for the bookshelf to retrieve.
PATCH /bookshelves/:id

Modifies the bookshelf with the :id provided.


Scopes


Parameters

:id required The numeric story id for the story modify.
DELETE /bookshelves/:id

Deletes a bookshelf.


Scopes

GET /bookshelves/:id/items

Lists the bookshelf items in a bookshelf.


Parameters

id required The numeric id of the bookshelf to view items from.