Adding some detailed information (#21062)
* Adding some detailed information * minor corrections
This commit is contained in:
committed by
Paul Gamble
parent
dba0b64798
commit
40ff61baef
@ -14,6 +14,15 @@ REST was developed to provide a uniform interface for
|
||||
- Self-descriptive messages
|
||||
- Using Hypermedia as the Engine of Application State (HATEOS)
|
||||
|
||||
REST is not an architecture, but a set of design criteria.
|
||||
Resource-Oriented Architecture (ROA) is a RESTful
|
||||
architecture that provides a common sense set of rules and a
|
||||
step-by-step procedure for designing RESTful Web services
|
||||
following these design criteria. Each resource has a name
|
||||
(i.e. a URI) and a representation, and it may be linked to other
|
||||
resources via hyperlinks.
|
||||
|
||||
|
||||
### Best Practices
|
||||
|
||||
- #### Basics
|
||||
|
Reference in New Issue
Block a user