com.suibari.nagi.getDrafts

suibari.com

Documentation

main query

No description available.

Output

Encodingapplication/json
drafts array Required

No description available.

limit integer Required

No description available.

Errors

AuthRequired
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)
View raw schema
{
  "type": "query",
  "errors": [
    {
      "name": "AuthRequired"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "drafts",
        "limit"
      ],
      "properties": {
        "limit": {
          "type": "integer",
          "maximum": 30,
          "minimum": 1
        },
        "drafts": {
          "type": "array",
          "items": {
            "ref": "#draftSummary",
            "type": "ref"
          },
          "maxLength": 30
        }
      }
    },
    "encoding": "application/json"
  }
}
draftSummary object

No description available.

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

id string Required

No description available.

maxLength: 36 bytes
linkCardCount integer Required

No description available.

minimum: 0maximum: 4
text string Required

No description available.

maxLength: 30000 bytesmaxGraphemes: 3000 graphemes
updatedAt string datetime Required

An RFC 3339 formatted timestamp.

View raw schema
{
  "type": "object",
  "required": [
    "id",
    "text",
    "linkCardCount",
    "createdAt",
    "updatedAt"
  ],
  "properties": {
    "id": {
      "type": "string",
      "maxLength": 36
    },
    "text": {
      "type": "string",
      "maxLength": 30000,
      "maxGraphemes": 3000
    },
    "createdAt": {
      "type": "string",
      "format": "datetime"
    },
    "updatedAt": {
      "type": "string",
      "format": "datetime"
    },
    "linkCardCount": {
      "type": "integer",
      "maximum": 4,
      "minimum": 0
    }
  }
}

Lexicon Garden

@