https://github.com/dockstore/swagger-java-zenodo-client
swagger-java-zenodo-client
https://github.com/dockstore/swagger-java-zenodo-client
Last synced: 5 months ago
JSON representation
swagger-java-zenodo-client
- Host: GitHub
- URL: https://github.com/dockstore/swagger-java-zenodo-client
- Owner: dockstore
- License: apache-2.0
- Created: 2021-08-30T20:22:44.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-11-07T14:38:06.000Z (7 months ago)
- Last Synced: 2025-11-07T16:22:53.182Z (7 months ago)
- Language: Java
- Size: 159 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README

# zenodo-client
A generated client for zenodo using a swagger (soon be openAPI) description
This is a work in progress and mostly describes the deposit, files, and actions API
Note that Zenodo does not provide an openAPI or Swagger yaml. You can find a list of the Zenodo REST APIs at this endpoint: https://zenodo.org/api/ and you can find the REST API documentation here: http://developers.zenodo.org/
The OpenAPI description was created by our team and can be updated at [src/main/resources/zenodo-1.0.0-swagger-2.0.yaml](src/main/resources/zenodo-1.0.0-swagger-2.0.yaml)
There is also a test application at [src/main/java/io/dockstore/EntryCreatorExample.java](src/main/java/io/dockstore/EntryCreatorExample.java) that can be used to test some basic zenodo operations like depositing and publishing given a valid zenodo token.