Web API is a popular tool used for current middle-tier development. Web API is based on the concept of REST. These two articles are summaries of REST and REST-related issues with my understanding.
The second article was my learning notes several years agao, summarying the REST features, related issues and my understanding. When I tried to rewrite them into an article, I found out that I should review and briefly summarize the basic concept of REST, but that is not just easy work and can be done in several words or sentences. Then I think I'd better write another article for the basic concept of REST, that is this one.
Introduction
This will be the contents of this article,
- What is REST
- Guiding Principles of REST
- Rules of REST API
- Advantages and disadvantages of REST API
- CRUD relates to a REST API
A: What is REST[ref]