Initial/docs folder setup
[cps.git] / docs / offeredapis.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. http://creativecommons.org/licenses/by/4.0
3
4 .. DO NOT CHANGE THIS LABEL FOR RELEASE NOTES - EVEN THOUGH IT GIVES A WARNING
5 .. _offeredapis:
6
7
8 CPS Offered APIs
9 ================
10
11 CPS supports the public APIs listed in the links below:
12
13 .. toctree::
14    :maxdepth: 1
15
16
17 Exposed API
18 -----------
19
20 The standard for API definition in the RESTful API world is the OpenAPI Specification (OAS). The OAS 3, which is based on
21 the original "Swagger Specification," is being widely used in API developments.
22
23 Specification can be accesed locally at :
24
25 .. code-block:: bash
26
27   “http://<hostname>:<port>/v3/api-docs?group=cps-docket”
28
29