May 25, 2009
How to Design a RESTful API
In order to understand how to design a RESTful API, you need to understand the concepts behind REST. The next section explains REST briefly. What is REST? Scalability and performance are two of the main concerns when developing hypermedia systems. Roy Fielding introduced an architectural style for distributed hypermedia systems that focus on minimizing latency while maximizing scalability. The introduced... read more
