You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CERN Analysis Preservation (CAP) is a service developed at the European Organization for Nuclear Research (CERN) to support researchers in preserving and documenting the various components of their physics analyses, so that they are reusable and understandable in the future.
14
+
16
15
CERN Analysis Preservation offers a REST API to access the service
17
16
independently from the web interface. This allows users to automate specific
18
17
tasks or create their own data interface, using simple HTTP calls.
19
18
20
19
21
20
# Introduction
22
21
23
-
CERN Analysis Preservation provides a RESTful API, built on HTTP. It tries
24
-
to provide a predictable interface, that includes:
22
+
CERN Analysis Preservation provides a RESTful API, built on HTTP. It provides a predictable interface, that includes:
25
23
26
24
* resource URLs,
27
25
@@ -33,8 +31,8 @@ info:
33
31
You can use your favorite HTTP/REST library for your programming language to
34
32
use CAP's API, or you can use one of our SDKs (CLI clients), currently
35
33
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
34
+
endpoints, all of which are documented and available, in order to be easily
35
+
accessible for automations and integrations into specific workflows or
38
36
data-related apps.
39
37
40
38
@@ -54,21 +52,21 @@ info:
54
52
55
53
<!-- ReDoc-Inject: <security-definitions> -->
56
54
externalDocs:
57
-
description: Click here if you are looking for our developement documentation.
55
+
description: Click here if you are looking for our development documentation.
0 commit comments