# 1808
Successfully called the endpoint from Rust.
Observations:
- You can input the body with something which serializes into json.
- You can input the params with the .form() method, instead of formatting
the URL directly.
- The .form method appears not to work well with other helper methods.
# 1928
Successfully leveraged serde's attributes to de and re serialise our models.
Shuffled around the structure and changed some privacy settings on the code.
Called our endpoint from main successfully.
TODO
Test standard HTTP error cases
Port the peripheral error handling from the original client
# 1950