...
Version | Description |
---|---|
1.0 | Initial published guidance incorporating feedback from SDP Tech Panel |
1.1 | Updated version incorporating
|
RESTful API Design
This page provides guidance on the design of RESTful APIs, refer to API Implementation Considerations for guidance on implementing APIs at CDC.
A service is a logical component that provides functionality to service consumers through an application programming interface (API). APIs decouple the implementation of a service from that service's users by defining a contract between the two, the service implementation can change drastically, e.g. switch the implementation programming language or framework, provided the API remains unchanged.
...