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

Plugin is failing when using .yaml swagger specs #15

Closed
cortinico opened this issue Feb 8, 2019 · 1 comment
Closed

Plugin is failing when using .yaml swagger specs #15

cortinico opened this issue Feb 8, 2019 · 1 comment
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@cortinico
Copy link
Collaborator

Currently the plugin supports only .json swagger specs.
This is because the CodegenPlugin.kt#L128 class is trying to read the version from the specs, assuming the spec file is a .json file (which is not always the case).

We should extend the plugin to work with both yaml and json files.

@cortinico cortinico added bug Something isn't working good first issue Good for newcomers labels Feb 8, 2019
@cortinico
Copy link
Collaborator Author

Closed by #23

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant