Rest API
Last updated
Last updated
This example is derived from A practical use case is covered by the project
The formal REST constraints are as follows:
Client-server architecture
Statelessness
Cacheability
Layered system
Code on demand (optional)
Uniform interface
A collection of standards and specifications, that help make fantastic HTTP/REST APIs. Don't reinvent the wheel, use fantastic wheels, hashed out by experts, that solve problems you hadn't even considered yet.