- cross-posted to:
- opensource@lemmy.ml
- cross-posted to:
- opensource@lemmy.ml
I threw together a rust client for lemmy to play a similar role to the lemmy-js-client. I figure it’s a good candidate for this community to look at since it’s both fairly simple and covers all the API endpoints.
You must log in or # to comment.
Nice! And thanks for posting it here!
What’s your motivation for writing it? To aid native lemmy app development? Just hate typescript?
I made it to make it easier to write the leptos UI rewrite.
Right … that makes a lot of sense
I think it’s a really good candidate for code reading for understanding how Lemmy API client works. I’d try to write some toy program with the crate in this week.