REST (Representational State Transfer) for 1 slide:
- Web Services expose their data and functionality through resources identified by a unique URI
- Uniform Interface Principle: Clients interact with resources through a fix set of verbs
Example:
- GET – read
- PUT – update
- DELETE – remove
- POST – create - Multiple representations for the same resource
- Hyperlinks model resource relationships and valid transfer state transitions for dynamic protocol description and discovery
No comments:
Post a Comment