https://github.com/dockstore/openapi-java-invenio-client
https://github.com/dockstore/openapi-java-invenio-client
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dockstore/openapi-java-invenio-client
- Owner: dockstore
- License: apache-2.0
- Created: 2025-08-13T15:43:27.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-13T20:53:56.000Z (10 months ago)
- Last Synced: 2025-08-13T22:27:43.744Z (10 months ago)
- Size: 24.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# openapi-java-invenio-client
A generated client for zenodo's second generation API using a openAPI description
You can find a list of the Zenodo REST APIs at this [endpoint](https://inveniosoftware.github.io/invenio-openapi/) and you can find the REST API documentation [here](https://inveniordm.docs.cern.ch/reference/rest_api_index/)
The OpenAPI description is from https://github.com/inveniosoftware/invenio-openapi/blob/master/docs/openapi.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.