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.
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 ?