Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/seanvelasco/bsky-api
- Owner: seanvelasco
- Created: 2024-05-16T18:51:30.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-16T19:35:48.000Z (8 months ago)
- Last Synced: 2024-05-16T20:26:31.584Z (8 months ago)
- Topics: atproto
- Language: TypeScript
- Homepage: https://api.usky.app
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```