this post was submitted on 14 Jun 2023
1 points (100.0% liked)

Lemmy

12524 readers
1 users here now

Everything about Lemmy; bugs, gripes, praises, and advocacy.

For discussion about the lemmy.ml instance, go to !meta@lemmy.ml.

founded 5 years ago
MODERATORS
 

I'd love to contribute some improvements to the lemmy-js-client documentation (ex. https://join-lemmy.org/api/interfaces/GetPosts.html), but I can't seem to find the source of that.

I've tried to search in the main Lemmy repo for the comment under community_name to try to give me a pointer, and I can't find any results.

Any ideas where this documentation is even coming from?

you are viewing a single comment's thread
view the rest of the comments
[–] fishcharlie@eventfrontier.com 1 points 2 years ago

Ok, but the TypeScript code is generated directly from the Lemmy Rust code (shown here).

But even for community_name the TypeScript file has no comment whereas the documentation does.

So even if the TypeScript files are the source of the documentation (which it doesn't look like it is), it doesn't seem like that is the original source since it's getting generated from Rust. And not quite sure how that process works.