Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/seanvelasco/bsky-api

ATProto XRPC API-compatible service that wraps authenticated endpoints to public endpoints
https://github.com/seanvelasco/bsky-api

atproto

Last synced: about 2 months ago
JSON representation

ATProto XRPC API-compatible service that wraps authenticated endpoints to public endpoints

Awesome Lists containing this project

README

        

# bsky-api

Turn endpoints that require authentication into public endpoints.

## Endpoints

#### `getSuggestions`
```
GET https://api.usky.app/getSuggestions
```
```
GET https://api.usky.app/xrpc/app.bsky.actor.getSuggestions
```

#### `getSuggestedFollowsByActor`
```
GET https://api.usky.app/getSuggestedFollowsByActor?actor=bsky.app
```
```
GET https://api.usky.app/xrpc/app.bsky.graph.getSuggestedFollowsByActor?actor=bsky.app
```