this post was submitted on 07 Sep 2025
22 points (100.0% liked)

PieFed API & mobile app dev

113 readers
1 users here now

Announcements and discussions about the PieFed API - changes, improvements and general co-ordination between the frontend developers and the core of PieFed.

founded 2 months ago
MODERATORS
 

There's a massive backlog of awesome stuff that really needs to be released so I'll be doing that within the next week or two.

Along with that there have been several small changes to the API, mostly just fields being renamed. wjs018 has been posting to this community about them as he goes, please take a look if you haven't already. We have two swagger docs available, the automatically-updated one that includes all the changes at https://crust.piefed.social/api/alpha/swagger and the old one at https://freamon.github.io/piefed-api/

There is a new endpoint at https://crust.piefed.social/api/alpha/site/version which will tell you which version the instance is running on. You can get the same information at https://crust.piefed.social/api/alpha/site but /version is lighter on the server so please use that where possible.

you are viewing a single comment's thread
view the rest of the comments
[–] rimu@piefed.social 5 points 3 weeks ago

Those are in the old docs.

The new docs are automatically generated from the code, so they're more accurate. But making that happen involves lots of changes to the code so we're working through them slowly.