Design the API
Explore principles of API design focusing on REST methods such as POST, PUT, GET, and DELETE. Understand how to define resources versus payloads, handle idempotency, and create routes that support user interactions in web applications.
Dilemmas while designing API
On the sign-in screen, the user will submit a name and a language choice. Where does the list of language options come from? We could have the ...