File tree 2 files changed +18
-4
lines changed
2 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 1
1
The MIT License (MIT)
2
2
3
- Copyright (c) 2016 Ivan Goncharov
3
+ Copyright (c) 2019-2021 CERN.
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
- # CAP API Documentation OpenAPI Specification
2
1
3
- ## Working on specification
4
- ### Install
5
2
3
+ # CERN Analysis Preservation REST API Documentation
4
+
5
+ ### About
6
+ ----
7
+ This is the documentation behind the REST API for [ CERN Analysis Preservation] ( https://analysispreservation.cern.ch/ ) .
8
+
9
+ Other documentation:
10
+ - [ CERN Analysis Preservation Docs] ( https://analysispreservation.cern.ch/docs/general/ )
11
+ - [ CERN Analysis Preservation Client] ( https://analysispreservation.cern.ch/docs/cli/ )
12
+
13
+ If you need help or have a question about the API Documentation, please contact us via our
[ email
] ( [email protected] ) .
14
+
15
+ # OpenAPI Specification
16
+
17
+ ### Install
18
+ ---
6
19
1 . Install [ Node JS] ( https://nodejs.org/ )
7
20
2 . Clone repo and run ` npm install ` in the repo root
8
21
9
22
### Usage
23
+ ---
10
24
11
25
#### ` npm start `
12
26
Starts the development server.
You can’t perform that action at this time.
0 commit comments