DEV Community

David MacEachern
David MacEachern

Posted on • Updated on • Originally published at davidmaceachern.com

Learning Rust: Collecting Data from an API

Wondering where to begin with programming? Why not give Rust a try, and collect some data from an API as we go!

In this article we will cover:

  • Find some data to use
  • Query an API and handle some HTTP
  • Collect some data saving it locally as JSON

Latest comments (0)