Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
Open sidebar
ESCAPE2020
WP3
ZenodoCI
Commits
341178fd
Commit
341178fd
authored
Aug 03, 2020
by
Enrique Garcia
Browse files
update doc of zenodoapi lib
parent
e0f36261
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
.zenodoci/zenodoapi.py
.zenodoci/zenodoapi.py
+3
-2
No files found.
.zenodoci/zenodoapi.py
View file @
341178fd
...
...
@@ -9,12 +9,13 @@ class ZenodoAPI:
"""
Manages the communication with the (sandbox.)zenodo REST API through the Python request library.
This class is **EXCLUSIVELY** developed to be used within a CI/CD pipeline and to **EXCLUSIVELY PERFORM**
five
tasks within the (sandbox.)zenodo api environment:
six
tasks within the (sandbox.)zenodo api environment:
- Create a new deposit,
- Create a new version of an existing deposit,
- Upload files to a specific Zenodo entry,
- Upload information to the entry (Zenodo compulsory deposit information)
- Erase (old version) files from an entry (when creating a new_version entry and uploading new_version files),
- Upload information to the entry (Zenodo compulsory deposit information),
- Publish an entry
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment