1082
Alexandrite UI: https://a.lemmy.world
(a.lemmy.world)
This Community is intended for posts about the Lemmy.world server by the admins.
For support with issues at Lemmy.world, go to the Lemmy.world Support community.
Any support requests are best sent to info@lemmy.world e-mail.
If you would like to make a donation to support the cost of running this platform, please do so at the following donation URLs.
If you can, please use / switch to Ko-Fi, it has the lowest fees for us
Yes there's an API (docs here), but the docs are little more than type definitions right now so it takes a bit of digging to figure out what you're meant to do. You can look through all the methods on the LemmyHttp section of the docs, and watch the network tab in your browser's dev tools to figure out which APIs are called.
Yeah there is a lot of push back for full API documentation. I get it, they want to move fast and not have to rebuild thier old CI tool. But being open source its going to stifle development in the long run. I almost started building my own front end for Lemmy a month ago when there was only Jerboa but I didn't like some of the decisions of the core devs and I didn't want an ongoing battle to keep a front end up to date when changes are made.
I'm very appreciative to the Lemmy devs and all the app builders but I'm also lazy and perfectionist when it comes to coding in my free time.