-
Regarding atrium-api/src/com/atproto/sync/subscribe_repos.rs
It would be great to see some sort of example on how to use this. From brief reading of the code, it seems to not be implemented yet, as…
-
Just leaving this up here. I'll probably try to figure this out tomorrow.
-
About Api, it seems to be called at tap link on timeline.
1. /xrpc/com.atproto.identity.resolveHandle?handle=foo.bsky.social
2. /xrpc/app.bsky.feed.getPostThread?uri=/app.bsky.feed.post/hoge
-
Is there an API endpoint that returns info about server constraints like maximum image size, text length, etc.?
I've looked through the atproto API docs and if it's there I must have missed it.
-
for eg inline links.
https://github.com/bluesky-social/atproto/blob/main/lexicons/app/bsky/richtext/facet.json
-
According to https://atproto.com/specs/atp#repo-records
> Repo records are CBOR-encoded objects (using only JSON-compatible CBOR types).
`BlobRef`s , which can be contained within various repo …
-
Now the records in the responses are plain dicts. We need to parse it as Record Models. The models are generated already.
It doesn't work now because in the lexicons all records are marked as "unkn…
-
Getting the following error when trying to use the atproto/api module:
```
XRPCError: ReferenceError: fetch is not defined
at Function.defaultFetchHandler [as fetch] (/Users/pkayfire/Workspac…
-
Too early to do anything here, but evidently Lexicon is planning a major revision, eg moving away from JSON Schema! https://github.com/bluesky-social/atproto/issues/372
-
Thus if you switch out sqlite3, it will fail to create the table. I set up one called `atproto_user` instead. I think it should default to another name. If it's beyond the scope of the started it shou…