-
Notifications
You must be signed in to change notification settings - Fork 0
Essential API setup #2
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
Conversation
Mesa DescriptionThis PR lays the foundational groundwork for the new API server. It sets up the basic server structure, including the main application entrypoint, configuration, and a health check endpoint. This initial setup is crucial for enabling future development of specific API functionalities. Key changes include:
Description generated by Mesa. Update settings |
| @@ -0,0 +1,959 @@ | |||
| openapi: 3.1.0 | |||
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'm not deliberating too much about the exact API fields at the moment, will be changing this as we go. This PR is just setting up boilerplate structure for openAPI code gen, error handling, config, dependency injection, basic testing setup.
rgarcia
left a comment
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.
let's effing go!
Boilerplate for golang API: