this post was submitted on 18 Jul 2025
7 points (100.0% liked)

PieFed API & mobile app dev

72 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 3 weeks ago
MODERATORS
 

At the bottom of https://codeberg.org/rimu/pyfedi/src/branch/main/app/api/alpha/routes.py#L869 you can see a bunch of endpoints that are not implemented. There are others we could do with too, like endpoints for feeds and topics...

Please highlight the highest priority things that you feel are missing at the moment, in the comments.

top 1 comments
sorted by: hot top controversial new old
[–] sjmarf@lemmy.ml 3 points 3 weeks ago* (last edited 3 weeks ago)

Feed/topic support would be fantastic. Community discovery is something that’s been lacking in Lemmy for a while, and I love PieFed’s topic implementation. I’d love to implement the topic list in the app I develop.

Worth noting is that Lemmy 1.0 includes multi-communities, which are analogous to PieFed feeds. I’m not sure whether you intend to maintain close parity with the Lemmy API going forward, or whether that was just to help apps onboard initially. Just thought I’d mention that they’ve got a series of API routes for it, in case parity is a consideration.