@@ -14,23 +14,28 @@ info:
1414 https://github.com/cernanalysispreservation/cap-api-docs/raw/master/web/CAP_API_docs.png
1515 description : >
1616 CERN Analysis Preservation offers a REST API to access the service
17- independently from the web interface. If you want to automate specific tasks
18- or create your own data interface, you can use the API to do so
17+ independently from the web interface. This allows users to automate specific
18+ tasks or create their own data interface, using simple HTTP calls.
1919
2020
2121 # Introduction
2222
23- The CAP API is built on HTTP. Our API is RESTful. It has predictable
24- resource URLs. It returns HTTP response codes to indicate errors. It also
25- accepts and returns JSON in the HTTP body. You can use your favorite
26- HTTP/REST library for your programming language to use CAP's API, or you can
27- use one of our SDKs (CLI clients) (currently available in Python).
23+ CERN Analysis Preservation provides a RESTful API, built on HTTP. It tries
24+ to provide a predictable interface, that includes:
2825
26+ * resource URLs,
2927
30- We have other APIs that are also available. Every action from our app is
31- supported by an API which is documented and available for use so that you
32- may automate any workflows necessary. This document contains the most
33- commonly integrated resources.
28+ * HTTP response codes to indicate success/errors, and
29+
30+ * accepts and returns JSON in the HTTP body.
31+
32+
33+ You can use your favorite HTTP/REST library for your programming language to
34+ use CAP's API, or you can use one of our SDKs (CLI clients), currently
35+ available in Python. Every action from our app is implemented using REST
36+ endpoints, all of which are documented and available, in order to bea easily
37+ accessible for automations and integrations into specific workflowsor
38+ data-related apps.
3439
3540
3641 # Authentication
0 commit comments