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

Can we use this library to generate openapi spec for go GIN routers #120

Open
vishvanava opened this issue Jun 2, 2023 · 3 comments
Open

Comments

@vishvanava
Copy link

vishvanava commented Jun 2, 2023

HI can we use this library to generate openapi spec for go GIN routers ?

@davidebianchi
Copy link
Owner

Hi! Yes, sure. You should implement this interface to support another router (you can see examples under the support folder).

Do you want to add the support directly in the lib?

@vishvanava
Copy link
Author

vishvanava commented Jun 2, 2023

It would be nice if we had direct support in the library for the GIN framework also. I had implemented the interface and it is working

@davidebianchi
Copy link
Owner

Awesome! Yes, sure. Could you create a pull request to add it to the lib?

@davidebianchi davidebianchi linked a pull request Jun 2, 2023 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants