straw-hat-labs / bittrex

Bittrex Client for Elixir
https://hex.pm/packages/bittrex
MIT License
11 stars 6 forks source link

Use OpenAPI to for generating the client #72

Open yordis opened 3 years ago

yordis commented 3 years ago

It seems that the API spec is public: https://github.com/Bittrex/bittrex.github.io/blob/master/_data/api-spec-v3.json

We can use it to generate the client