org.passingreads.book.getLibrary

passingreads.org

Documentation

Get books currently in a user's library.

main query

Get books currently in a user's library.

Parameters

actor string at-identifier Required

Handle or DID of the user

Output

Encodingapplication/json
books array Required

No description available.

Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
Parameters
Handle or DID of the user
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "books"
      ],
      "properties": {
        "books": {
          "type": "array",
          "items": {
            "ref": "org.passingreads.book.defs#statefulBook",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "actor"
    ],
    "properties": {
      "actor": {
        "type": "string",
        "format": "at-identifier",
        "description": "Handle or DID of the user"
      }
    }
  },
  "description": "Get books currently in a user's library."
}

Lexicon Garden

@