A working example from Postman's Rust generator #715
tjyang
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
This is my(rust beginner) note to remind myself how I got GET method working by postman's generated rust code using tokio. the api server is an internal one. I would be interested to do this doc again if there is public api server that I can do CRUD with.
IMHO, the generated code from https://curlconverter.com/rust/ is more rust beginner friendly. ie without using tokio crate.
Beta Was this translation helpful? Give feedback.
All reactions