We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, appreciate the OpenApi schema! Just wanted to point out that the operationId for all endpoints except /miners are the same getStats operation.
operationId
/miners
getStats
This is a problem when using open-api-generator as the generator uses this property to generate and name functions for each endpoint.
While this is not really a huge problem it does cause issues with properly named functions in auto generated typed based libraries.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, appreciate the OpenApi schema! Just wanted to point out that the
operationId
for all endpoints except/miners
are the samegetStats
operation.This is a problem when using open-api-generator as the generator uses this property to generate and name functions for each endpoint.
While this is not really a huge problem it does cause issues with properly named functions in auto generated typed based libraries.
The text was updated successfully, but these errors were encountered: