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
The example call to updateLeverage should not "manually" change the body of the request as done here:
updateLeverage
https://github.com/Lucsanszky/haskell-bitmex/blob/master/client/example/Example.hs#L63
It is not clear how to properly craft this API call with its 2 required parameters. It appears there are missing type classes in the generated code.
Is the rest code "as is" from the swagger codegen tool?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The example call to
updateLeverage
should not "manually" change the body of the request as done here:https://github.com/Lucsanszky/haskell-bitmex/blob/master/client/example/Example.hs#L63
It is not clear how to properly craft this API call with its 2 required parameters. It appears there are missing type classes in the generated code.
Is the rest code "as is" from the swagger codegen tool?
The text was updated successfully, but these errors were encountered: