-
Notifications
You must be signed in to change notification settings - Fork 1
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
Generate Java API Client for Intelligence Service's OpenAPI Specifications #106
Conversation
…phaestus into feature/generate-java-client
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I fixed the remaining issues, mainly related to the workflow.
It looks good now IMO, great work! Sorry that it was such a headache :|
The ApiClient
is already injected as a bean you did not need to create another one for it. I removed that one, we will need to see how to set the basePath
correctly, but we can do it somewhere on startup or so.
Motivation
We want to establish smooth communication between the application server and intelligence service using OpenAPI specifications, while minimizing manual processes.
Closes #33
Description
package.json
script)Checklist
General
Client (if applicable)
Server (if applicable)