- RE: Representational
- S: State
- T: Transfer
Standartized architecture type
All about communication RESTFUL web service (is a one communicating via REST APIs)
- Simple and Standardized
- Scalable and Stateless
- Performance and Cashing
Operation | HTTP method |
---|---|
Create | POST |
Read | GET |
Update | PUT |
Delete | DELETE |
JSON data
https://www.youtube.com/watch?v=lsMQRaeKNDk https://www.itnetwork.cz/programovani/nezarazene/stoparuv-pruvodce-rest-api https://blog.postman.com/rest-api-examples/