Rest(Representational State Transfer) API
Imagine you have a restaurant. When you order food, you tell a waiter what you want, and the waiter takes your request to the kitchen. The kitchen then prepares the food and the waiter brings it back to you.
A REST API works in a similar way:
You (t...
james-expo.hashnode.dev4 min read
Issy
Your articles on RESTful APIs are incredibly helpful. In my own projects, EchoAPI has been invaluable for simulating RESTful endpoints, letting me thoroughly test requests and responses.