GET Data from an API
Make an HTTP request and read the response.
The Web Is Just Requests
Your board can pull data from the internet the same way a browser does: by making an HTTP request to a URL. 🌐
What GET Means
A GET request asks a server, please send me this data. It only reads, it never changes anything on the other side.
All lessons in this course
- GET Data from an API
- POST Sensor Readings
- Parse JSON Responses
- Use HTTPS Securely