Yeah, that's a problem with a lot of FOSS passion projects. We devs kinda like writting code, but not really documenting it. Hopefully with the influx of devs helping that will improve
I don’t really like all the LLM hype, but I’m hoping that documentation will eventually be generated by some open source model, with human verification
Finnegans Wake makes more sense than Lemmy API docs. Even calling it "documentation" is a stretch.
I literally had to clone the Lemmy git repo and read the source code to find the implementation of an API endpoint and see how it worked for a script that I was writing.
These days the standard is to create an API Doc out of a OpenAPI document generated from the code itself.
Someone will probably contribute to it at some point.