Skip to content

api-evangelist/literal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Literal Club

Literal is a modern social reading and book tracking platform with a GraphQL API that allows developers to manage and access reading lists, shelves, reviews, highlights, reading goals, book recommendations, and social reading clubs.

API

  • Type: GraphQL
  • Endpoint: https://literal.club/graphql/
  • Method: POST with JSON body containing query and optional variables
  • Authentication: JWT bearer token via Authorization: Bearer <token> header

Developer Resources

Key Capabilities

  • Book lookups by slug, ID, ISBN, or search
  • Reading state management (want to read, currently reading, finished)
  • Custom shelves and reading lists
  • Reviews and ratings
  • Highlights and notes (moments)
  • Reading goals and progress tracking
  • Social features: follow users, join clubs
  • Author and edition information

Authentication

Obtain a JWT token using the login mutation with email and password credentials. Tokens are valid for 6 months. Pass the token as an Authorization: Bearer <token> header on subsequent requests.

Links

Releases

No releases published

Packages

 
 
 

Contributors