RESTful API Design. Best Practices in a Nutshell.
Designing HTTP and RESTful APIs can be tricky as there is no official and enforced standard. Basically, there are many ways of implementing an API but some of them have proven in practice and are widley adopted. This post covers best practices for building HTTP and RESTful APIs. We'll talk about URL structure, HTTP methods, creating and updating resources, designing relationships, payload formats, pagination, versioning and many more.
Read full article from RESTful API Design. Best Practices in a Nutshell.
No comments:
Post a Comment