In previous streams, we started from a solid foundation in Rust: the CLI. We set up a small clap CLI with a subcommand. Let's add another command or three to make a GET request to an endpoint. As we establish the pattern, we can expand it to return useful data.
#live #rust #cli #rustlang