Successfully added
Best Practices for RESTful API
by Chris
Make best use of HTTP
We can experience this as and when we implement the REST services, I have never come across a situation where I have to implement REST services without using HTTP. Hence, the more we use HTTP, the better RESTful services can be provided.
Referenced in:
Comments