REST
REST API is an | architectural style using | standard HTTP methods | (GET, POST, PUT, DELETE) | to interact with | URI-represented resources.
REST API là một | kiểu kiến trúc sử dụng | các phương thức HTTP tiêu chuẩn | (GET, POST, PUT, DELETE) | để tương tác với | các tài nguyên được đại diện bởi URI.
It’s stateless, requiring | complete request information, | uses HTTP status codes, | and typically communicates | via JSON/XML.
Nó không trạng thái, yêu cầu | thông tin yêu cầu đầy đủ, | sử dụng các mã trạng thái HTTP, | và thường giao tiếp | thông qua JSON/XML.
Popular for simplicity | and scalability.
Phổ biến vì sự đơn giản | và khả năng mở rộng.
Resources
- What is a REST API? (article)
- Best practices for RESTful web API design (article)
- Learn REST: A RESTful Tutorial (article)
- REST API Best Practices – REST Endpoint Design (video)
References
- https://roadmap.sh/backend (Node: [label])