app.thesocialwire.appview.getFeed

samclemente.me

Documentation

Get an aggregate AppView feed.

main query

Get an aggregate AppView feed.

Parameters

cursor string Optional

No description available.

filter string Optional

No description available.

id string Optional

No description available.

kind string Required

No description available.

limit integer Optional

No description available.

Output

Encodingapplication/json

Errors

InvalidRequest
UpstreamUnavailable
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
View raw schema
{
  "type": "query",
  "errors": [
    {
      "name": "InvalidRequest"
    },
    {
      "name": "UpstreamUnavailable"
    }
  ],
  "output": {
    "schema": {
      "ref": "app.thesocialwire.defs#jsonObject",
      "type": "ref"
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "kind"
    ],
    "properties": {
      "id": {
        "type": "string",
        "maxLength": 2048
      },
      "kind": {
        "type": "string",
        "maxLength": 32,
        "knownValues": [
          "subscribed",
          "following",
          "publication",
          "folder"
        ]
      },
      "limit": {
        "type": "integer",
        "default": 50,
        "maximum": 100,
        "minimum": 1
      },
      "cursor": {
        "type": "string",
        "maxLength": 2048
      },
      "filter": {
        "type": "string",
        "default": "all",
        "maxLength": 16,
        "knownValues": [
          "all",
          "unread"
        ]
      }
    }
  },
  "description": "Get an aggregate AppView feed."
}

Lexicon Garden

@