Blog

Article 11 in the series of "20 pragmatic decisions for your RESTful API", this post talks about how to implement custom actions in your RESTful API.

Article 10 in the series of "20 pragmatic decisions for your RESTful API", this post talks about defining sub-resources in your RESTful API.

Article 9 in the series of "20 pragmatic decisions for your RESTful API", this post talks about designing relationships between resources in your RESTful API.

Article 8 in the series of "20 pragmatic decisions for your RESTful API", this post talks about authentication for your RESTful API.

Seventh article in the series of "20 pragmatic decisions for your RESTful API", this post talks about rate limiting for your RESTful API.

Sixth article in the series of "20 pragmatic decisions for your RESTful API", this post talks about versioning your RESTful API.

Fifth article in the series of "20 pragmatic decisions for your RESTful API", this post talks about paging, sorting, filtering and retrieving specific fields in your RESTful API.

Fourth article in the series of "20 pragmatic decisions for your RESTful API", this post talks about how to define your endpoints and how you should respond to GET, POST, PUT and PATCH requests in your RESTful API.

Third article in the series of "20 pragmatic decisions for your RESTful API", this post talks about using the correct HTTP methods and status codes for your RESTful API.

Second article in the series "20 pragmatic decisions for your RESTful API", this post talks about how you should define and represent your resources in your RESTful API ?