Paul Haddad
paul.tapbots.com
Paul Haddad
@paul.tapbots.com
Nothing to see here
@mackuba.eu really? I swear I saw different behavior in testing, but certainly could be wrong, lacking the mention at the start of the post breaks my brain.
March 26, 2025 at 6:10 PM
Notifications too, though not grouped yet.
March 26, 2025 at 5:41 AM
Now I can actually reply to people. Not saying that I will, just that I can.
March 26, 2025 at 5:23 AM
I’ll say one of the good things about not having a ton of formal documentation is that it forces me to be even more defensive/paranoid when parsing out data. I think I’m writing more assertions then anything else.
March 23, 2025 at 5:34 PM
I'm looking for something like this
docs.joinmastodon.org/methods/acco...
or
docs.x.com/x-api/users/...

URL + required/optional parameters + response.

docs.bsky.app/docs/api/com... is missing things like known collections and format of record.
accounts API methods
Methods concerning accounts and profiles.
docs.joinmastodon.org
March 17, 2025 at 10:03 PM
Yeah I saw that, if you are using those libraries it's a bit sparse but fine, but I'm talking about directly issuing the POST request. I know createRecord + "app.bsky.graph.follow" + record, easy enough once you see what the web app is doing, just would be nice to see that documented.
March 17, 2025 at 9:49 PM
Most of the API itself isn't particularly difficult to use, issuing a follow is trivial once you know the arguments but only way to know those seems to be to spy on the web app requests.
March 17, 2025 at 9:35 PM