this post was submitted on 26 Jun 2023
7 points (100.0% liked)
Rust Programming
8161 readers
20 users here now
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Here's the Lemmy HTTP API documentation.
In Rust, you can use a HTTP client like reqwest and the lemmy_api_common crate (along with the
lemmy_api
andlemmy_api_crud
crates in the README) which provides the data types needed to send/receive data when making HTTP requests.