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

Add implementation for /generator (aka /generate) path #11

Closed
magicmatatjahu opened this issue Dec 3, 2021 · 4 comments
Closed

Add implementation for /generator (aka /generate) path #11

magicmatatjahu opened this issue Dec 3, 2021 · 4 comments
Labels
enhancement New feature or request

Comments

@magicmatatjahu
Copy link
Member

We have merged first draft of the OpenAPI document for our Server API. We should implement first path and create first structure of the source code:

  • create controller for /generator (aka /generate) path
  • create needed services (for generator and also for archiver)
  • create middlewares to validate request body (based on given operation from OpenAPI document), template's parameters, sent AsyncAPI document
  • handle errors
  • write tests
@magicmatatjahu magicmatatjahu added the enhancement New feature or request label Dec 3, 2021
@github-actions
Copy link

github-actions bot commented Dec 3, 2021

Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.

@BOLT04
Copy link
Member

BOLT04 commented Dec 13, 2021

Hi @magicmatatjahu, PR #7 solves this issue right?

@magicmatatjahu
Copy link
Member Author

@BOLT04 Yeah, it solves :)

@magicmatatjahu
Copy link
Member Author

Implemented by #7

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

No branches or pull requests

2 participants