Some REST API tricks
RESTful APIs are a well known concept in API design. They allow developers to leverage HTTP URLs and verbs to create versatile interfaces for CRUD operations as well as searching and filtering.
As a small recap, here are the HTTP verbs and what they ...
bite-sized.hashnode.dev3 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.