Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about Java library #3128

Closed
jalshorji opened this issue Mar 20, 2024 · 1 comment
Closed

Question about Java library #3128

jalshorji opened this issue Mar 20, 2024 · 1 comment

Comments

@jalshorji
Copy link

What possibilities are there regarding the Java library? How does one import it?
Is it possible for example to create/start job using java library instead of calling Rodas API?

I'm referring to documentation 'Convenient Java libraries are available on GitHub to allow developers to interact with RODA via its Core APIs.'

@luis100
Copy link
Member

luis100 commented Mar 20, 2024

TL;DR I've loaded it into SwaggerHub, just select Export > Client SDK > your favorite language


RODA REST-API is specified using openapi:
https://demo.roda-community.org/api-docs/
https://demo.roda-community.org/api/openapi.json

You can generate code client in many programming languages with OpenAPI client generators:
https://swagger.io/tools/swagger-codegen/
https://github.com/swagger-api/swagger-codegen
https://github.com/OpenAPITools/openapi-generator
https://openapi-generator.tech/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants