Repo for Tech Foundations APIs 101
This repository supports the APIs 101 workshop, where learners practice calling endpoints, parsing JSON, and handling errors using both Postman and JavaScript.
- How to make API requests (mock, public, authenticated)
- How to parse JSON responses into readable formats
- How to handle common API errors (authentication, rate limits)
- How to store secrets securely using
.env