Added
- Parameter `version` to `_request_futures_api()`, `_create_futures_coin_data_api_url()` and `_create_futures_api_uri()`
- Since UBRA is delivered as a compiled C extension, IDEs such as Pycharm and Visual Code cannot use information about
available methods, parameters and their types for autocomplete and other intellisense functions. As a solution, from
now on stub files (PYI) will be created in the build process and attached to the packages. The IDEs can automatically
obtain the required information from these.
Changed
- Renamed `binance.com-coin-futures` to `binance.com-coin_futures`.
Fixed
- `futures_account()`, `futures_account_balance()` and `futures_position_information()` [issue65](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-rest-api/issues/65)
- Projects `__init__.py` - did not correct import.