We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://bsky.app/feeds
request (replace $server with your local server, and $jwt with your jwt token)
$server
$jwt
GET /xrpc/app.bsky.actor.getPreferences HTTP/2 Host: enoki.$server.host.bsky.network User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0 Accept: */* Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate, br authorization: Bearer $jwt Origin: https://bsky.app DNT: 1 Sec-GPC: 1 Connection: keep-alive Sec-Fetch-Dest: empty Sec-Fetch-Mode: cors Sec-Fetch-Site: cross-site If-None-Match: W/"349-SWwpR5qWL31vpiXvOJvXryqYzQU" TE: trailers
response
{ "preferences": [ { "$type": "app.bsky.actor.defs#savedFeedsPref", "pinned": [ "at://did:plc:...", "at://did:plc:...", "at://did:plc:...", "at://did:plc:...", "at://did:plc:..." ], "saved": [ "at://did:plc:...", "at://did:plc:...", "at://did:plc:...", "at://did:plc:...", "at://did:plc:...", "at://did:plc:...", "at://did:plc:...", "at://did:plc:...", "at://did:plc:...", "at://did:plc:..." ] } ] }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://bsky.app/feeds
request (replace
$server
with your local server, and$jwt
with your jwt token)response
The text was updated successfully, but these errors were encountered: