"Hello, World!"
HATEOAS
To understand HATEOAS (Hypermedia as the Engine of Application State), let'
Don't PUT it, PATCH it
There are two options for updating resources: * PUT - used for full
Content Negotiation
If you are building an API to serve just one client then
HTTP Status Codes - Quick Recap
HTTP status codes tell the consumer of the API whether a specific
API Idempotency
Payment Service Providers like Stripe and Checkout.com support idempotent APIs. But