lightweight com.atproto.sync.listReposByCollection
45
fork

Configure Feed

Select the types of activity you want to include in your feed.

api style

phil 93c0ce83 2ad1c534

+3 -3
+3 -3
readme.md
··· 36 36 37 37 ### API 38 38 39 - #### `com.atproto.sync.listReposByCollection`: [Query docs](https://docs.bsky.app/docs/api/com-atproto-sync-list-repos-by-collection) 39 + #### `GET /xrpc/com.atproto.sync.listReposByCollection`: [Query docs](https://docs.bsky.app/docs/api/com-atproto-sync-list-repos-by-collection) 40 40 41 41 Lightrail implements some [proposed changes](https://github.com/bluesky-social/atproto/pull/4733) to this query: 42 42 ··· 48 48 - `limit` can be up to 10,000 (lexicon specifies 2,000 max). This matches `collectiondir`'s limit. 49 49 50 50 51 - #### `com.atproto.sync.listRepos`: [Query docs](https://docs.bsky.app/docs/api/com-atproto-sync-list-repos) 51 + #### `GET /xrpc/com.atproto.sync.listRepos`: [Query docs](https://docs.bsky.app/docs/api/com-atproto-sync-list-repos) 52 52 53 53 54 - #### `com.atproto.sync.getRepoStatus`: [Query docs](https://docs.bsky.app/docs/api/com-atproto-sync-get-repo-status) 54 + #### `GET /xrpc/com.atproto.sync.getRepoStatus`: [Query docs](https://docs.bsky.app/docs/api/com-atproto-sync-get-repo-status) 55 55 56 56 57 57 ## Lightrail server quick start