An open API service indexing awesome lists of open source software.

https://github.com/dockstore/openapi-java-invenio-client


https://github.com/dockstore/openapi-java-invenio-client

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

![example workflow](https://github.com/dockstore/openapi-java-invenio-client/actions/workflows/mvn.yml/badge.svg)

# 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.