app.thesocialwire.appview.enrollSources

samclemente.me

Documentation

Enroll AT Protocol authors or Skyreader feed URLs for projection.

main procedure

Enroll AT Protocol authors or Skyreader feed URLs for projection.

Input

Encodingapplication/json
authorDids array Optional

No description available.

maxLength: 1000 items
feedUrls array Optional

No description available.

maxLength: 1000 items

Output

Encodingapplication/json
indexed integer Required

No description available.

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://bsky.social)
Enter valid JSON for the request body
View raw schema
{
  "type": "procedure",
  "input": {
    "schema": {
      "type": "object",
      "properties": {
        "feedUrls": {
          "type": "array",
          "items": {
            "type": "string",
            "format": "uri"
          },
          "maxLength": 1000
        },
        "authorDids": {
          "type": "array",
          "items": {
            "type": "string",
            "format": "did"
          },
          "maxLength": 1000
        }
      }
    },
    "encoding": "application/json"
  },
  "errors": [
    {
      "name": "InvalidRequest"
    },
    {
      "name": "UpstreamUnavailable"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "indexed"
      ],
      "properties": {
        "indexed": {
          "type": "integer",
          "minimum": 0
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Enroll AT Protocol authors or Skyreader feed URLs for projection."
}

Lexicon Garden

@