- 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.
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.