3.2.1.Introduction to REST Architecture Constraints
What is "REST Architecture Constraints"?
Is your Architecture RESTful?
6 design rules (architecture constraints)
1.Client - Server
2.Uniform interface
3.Stateless
4.Caching
5.Layered system
6.Code on demand (optional)
How do I know if my current architecture is RESTful?
Richard Maturity model (RMM): assigns a score between 0 & 3
Last updated