Skip to content

Commit 0411fe8

Browse files
committed
Rename futures
Signed-off-by: adshao <tjusgj@gmail.com>
1 parent e185531 commit 0411fe8

1,524 files changed

Lines changed: 2303 additions & 2306 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 0 additions & 3 deletions

binance/cmfutures/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
88
OpenAPI specification for Binance exchange - Cmfutures API
99
10-
The version of the OpenAPI document: 0.1.0
10+
The version of the OpenAPI document: 0.2.2
1111
Generated by OpenAPI Generator (https://openapi-generator.tech)
1212
1313
Do not edit the class manually.
1414
""" # noqa: E501
1515

1616

17-
__version__ = "0.2.0"
17+
__version__ = "0.2.2"
1818

1919
# import apis into sdk package
20-
from binance.cmfutures.api.coin_margined_futures_api import CoinMarginedFuturesApi
20+
from binance.cmfutures.api.futures_api import FuturesApi
2121

2222
# import ApiClient
2323
from binance.cmfutures.api_response import ApiResponse

binance/cmfutures/api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# flake8: noqa
22

33
# import apis into api package
4-
from binance.cmfutures.api.coin_margined_futures_api import CoinMarginedFuturesApi
4+
from binance.cmfutures.api.futures_api import FuturesApi
55

binance/cmfutures/api/coin_margined_futures_api.py renamed to binance/cmfutures/api/futures_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
OpenAPI specification for Binance exchange - Cmfutures API
77

8-
The version of the OpenAPI document: 0.1.0
8+
The version of the OpenAPI document: 0.2.2
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010

1111
Do not edit the class manually.
@@ -85,7 +85,7 @@
8585
from binance.cmfutures.rest import RESTResponseType
8686

8787

88-
class CoinMarginedFuturesApi:
88+
class FuturesApi:
8989
"""NOTE: This class is auto generated by OpenAPI Generator
9090
Ref: https://openapi-generator.tech
9191

binance/cmfutures/api_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
OpenAPI specification for Binance exchange - Cmfutures API
77
8-
The version of the OpenAPI document: 0.1.0
8+
The version of the OpenAPI document: 0.2.2
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.
@@ -90,7 +90,7 @@ def __init__(
9090
self.default_headers[header_name] = header_value
9191
self.cookie = cookie
9292
# Set default User-Agent.
93-
self.user_agent = 'OpenAPI-Generator/0.2.0/python'
93+
self.user_agent = 'OpenAPI-Generator/0.2.2/python'
9494
self.client_side_validation = configuration.client_side_validation
9595

9696
def __enter__(self):

binance/cmfutures/configuration.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
OpenAPI specification for Binance exchange - Cmfutures API
77
8-
The version of the OpenAPI document: 0.1.0
8+
The version of the OpenAPI document: 0.2.2
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.
@@ -465,8 +465,8 @@ def to_debug_report(self) -> str:
465465
return "Python SDK Debug Report:\n"\
466466
"OS: {env}\n"\
467467
"Python Version: {pyversion}\n"\
468-
"Version of the API: 0.1.0\n"\
469-
"SDK Package Version: 0.2.0".\
468+
"Version of the API: 0.2.2\n"\
469+
"SDK Package Version: 0.2.2".\
470470
format(env=sys.platform, pyversion=sys.version)
471471

472472
def get_host_settings(self) -> List[HostSetting]:

binance/cmfutures/docs/CoinMarginedFuturesApi.md renamed to binance/cmfutures/docs/FuturesApi.md

Lines changed: 261 additions & 261 deletions

binance/cmfutures/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
OpenAPI specification for Binance exchange - Cmfutures API
77
8-
The version of the OpenAPI document: 0.1.0
8+
The version of the OpenAPI document: 0.2.2
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.

binance/cmfutures/models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
OpenAPI specification for Binance exchange - Cmfutures API
88
9-
The version of the OpenAPI document: 0.1.0
9+
The version of the OpenAPI document: 0.2.2
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111
1212
Do not edit the class manually.

binance/cmfutures/models/api_error.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
OpenAPI specification for Binance exchange - Cmfutures API
77
8-
The version of the OpenAPI document: 0.1.0
8+
The version of the OpenAPI document: 0.2.2
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.

0 commit comments

Comments
 (0)