XrpcEndpoint Type
A registered XRPC endpoint.
Record fields
| Record Field |
Description
|
|
The handler function.
|
|
Whether this is a query (GET) or procedure (POST).
|
The NSID for this endpoint (e.g. app.bsky.feed.getFeedSkeleton).
|
|
|
Optional per-endpoint rate limit.
|
Full Usage:
RequireAuth
Field type: bool
|
Whether the endpoint requires authentication.
|