Best Practices to follow to develop REST API

REST is acronym for REpresentational State Transfer. It is architectural style for distributed hypermedia systems ans was first presented by Roy Fielding in 2000 in his famous dissertation.It is mainly used to develop lightweight, fast,scalable and easy to maintain , web services that often use HTTP as the means of communication.

https://blog.mwaysolutions.com/2014/06/05/10-best-practices-for-better-restful-api/
https://www.snyxius.com/blog/21-best-practices-designing-launching-restful-api/#.WXYAMISGPIU

Comments

Popular posts from this blog

Deploy standalone Spring MVC Application in Docker Container

Refactor Code : Separate Query from Modifier

HTTP : Must known Protocol (Part 1)