-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add OpenAPI Schema for the REST API #6
Comments
hello i would love to contribute to this. |
Hello @Chizobaonorh! Great to see your here! Thanks, for contributing! Do you need more information? This ticket refers to all controllers with starting with Api*Controller. At the moment they must be two of them. |
Hello i would love to contribute, i even started some contributions already, but to the general docs, i can make a pull request so you can see what i added to the documentation. And i would need to be guided hand-in-hand on how to go about running a request example and generating a response scheme to know what each response signifies. I would run that pull request now. |
How to setup this project is described here: https://github.com/enofex/naikan/blob/main/DEVELOPING.md The PR is about generating the OpenAPI schema.json for the above described Controllers. |
Okay would work in it now. |
Hello i am encountering some issues setting up and starting the naikan application, I would need your assistance with that. |
Hello, i am having an issue setting up to work on this project, from starting the naikan application and i would need assistance with that @mnhock |
What is the exact problem? Have you installed and configured all prerequisites as described in the doc? |
from the part of automatically starting dependencies with docker compose |
You need docker desktop installed and then start the Spring Boot class described in the doc with the profile dev, -Dspring.profiles.active=dev as JVM parameter. |
okay will try this out. |
I can't locate this, i need help with this. |
As part of improving our REST API documentation and providing a more standardized and comprehensive approach, we should integrate the OpenAPI Schema. The json should be under {schema}://{hostname}:{port}/api/public/schema.json and should be generated automatically.
The text was updated successfully, but these errors were encountered: