API fundamentals
What an API is, what makes one pleasant, and what makes one hated.
- HTTP in depth: methods, status codes, headers, idempotency
- REST principles — resources, nouns, and consistent shapes
- Reading and using someone else's API with Postman
- JSON, serialisation, and designing a response nobody has to guess at