this repo has no description
0
fork

Configure Feed

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

lexgen listReposByCollection

+2
+2
api/atproto/synclistReposByCollection.go
··· 22 22 } 23 23 24 24 // SyncListReposByCollection calls the XRPC method "com.atproto.sync.listReposByCollection". 25 + // 26 + // limit: Maximum size of response set. Recommend setting a large maximum (1000+) when enumerating large DID lists. 25 27 func SyncListReposByCollection(ctx context.Context, c *xrpc.Client, collection string, cursor string, limit int64) (*SyncListReposByCollection_Output, error) { 26 28 var out SyncListReposByCollection_Output 27 29