ericsomdahl / python-bittrex

Python bindings for bittrex
MIT License
585 stars 283 forks source link

API_V1_1 and API_V2_0 should be v1.1 and v2.0? #161

Open seanspotatobusiness opened 5 years ago

seanspotatobusiness commented 5 years ago

There is example code which says

my_bittrex = Bittrex("<my_api_key>", "<my_api_secret>", api_version="<API_V1_1> or <API_V2_0>")

but when I execute this I get an error and I think it should be written as "v1.1" and "v2.0" which stops that error occuring.

sigmund505 commented 4 years ago

There is example code which says

my_bittrex = Bittrex("<my_api_key>", "<my_api_secret>", api_version="<API_V1_1> or <API_V2_0>")

but when I execute this I get an error and I think it should be written as "v1.1" and "v2.0" which stops that error occuring.

Had a related problem with the Bittrex version and solved it by using the Beta "bleeding edge development" lib:

pip3 install git+https://github.com/ericsomdahl/python-bittrex.git