I am in the process of writing the REST API Design Guidelines for my group. Please share if you have any such guidelines, or know any resource/book. I will compile and share with the group. Thanks!
I am in the process of writing the REST API Design Guidelines for my group. Please share if you have any such guidelines, or know any resource/book. I will compile and share with the group. Thanks!
--
You received this message because you are subscribed to the Google Groups "API Craft" group.
To unsubscribe from this group and stop receiving emails from it, send an email to api-craft+...@googlegroups.com.
Visit this group at http://groups.google.com/group/api-craft.
For more options, visit https://groups.google.com/groups/opt_out.
Unfortunately REST is not something you just explain in a bulleted list - it does require quite a bit of understanding of the architectural principles it defines. And, furthermore, there are different ways of interpreting REST which doesn't really help understanding.
In my personal case, and I have been trying to do the same as you, I ended up on a long and immensely interesting journey into REST. Then I wrote the first parts of the API our company presents and used that as a guideline for future extensions. Guidelines by examples only.
/Jørn
I am in the process of writing the REST API Design Guidelines for my group. Please share if you have any such guidelines, or know any resource/book. I will compile and share with the group. Thanks!
--
Mark Massé's REST API Design Rulebook is a great starting point for such a document.
--