Priorities for API dev?
Priorities for API dev?
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.
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.