snaptrade-python-sdk 11.0.125__py3-none-any.whl → 11.0.126__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- snaptrade_client/__init__.py +1 -1
- snaptrade_client/api_client.py +1 -1
- snaptrade_client/configuration.py +1 -1
- snaptrade_client/paths/authorizations_authorization_id_refresh/post.py +2 -2
- snaptrade_client/paths/authorizations_authorization_id_refresh/post.pyi +2 -2
- {snaptrade_python_sdk-11.0.125.dist-info → snaptrade_python_sdk-11.0.126.dist-info}/METADATA +4 -4
- {snaptrade_python_sdk-11.0.125.dist-info → snaptrade_python_sdk-11.0.126.dist-info}/RECORD +9 -9
- {snaptrade_python_sdk-11.0.125.dist-info → snaptrade_python_sdk-11.0.126.dist-info}/LICENSE +0 -0
- {snaptrade_python_sdk-11.0.125.dist-info → snaptrade_python_sdk-11.0.126.dist-info}/WHEEL +0 -0
snaptrade_client/__init__.py
CHANGED
snaptrade_client/api_client.py
CHANGED
|
@@ -1155,7 +1155,7 @@ class ApiClient:
|
|
|
1155
1155
|
self.default_headers[header_name] = header_value
|
|
1156
1156
|
self.cookie = cookie
|
|
1157
1157
|
# Set default User-Agent.
|
|
1158
|
-
self.user_agent = 'Konfig/11.0.
|
|
1158
|
+
self.user_agent = 'Konfig/11.0.126/python'
|
|
1159
1159
|
|
|
1160
1160
|
def __enter__(self):
|
|
1161
1161
|
return self
|
|
@@ -438,7 +438,7 @@ conf = snaptrade_client.Configuration(
|
|
|
438
438
|
"OS: {env}\n"\
|
|
439
439
|
"Python Version: {pyversion}\n"\
|
|
440
440
|
"Version of the API: 1.0.0\n"\
|
|
441
|
-
"SDK Package Version: 11.0.
|
|
441
|
+
"SDK Package Version: 11.0.126".\
|
|
442
442
|
format(env=sys.platform, pyversion=sys.version)
|
|
443
443
|
|
|
444
444
|
def get_host_settings(self):
|
|
@@ -520,7 +520,7 @@ class RefreshBrokerageAuthorization(BaseApi):
|
|
|
520
520
|
ApiResponseFor200,
|
|
521
521
|
api_client.ApiResponseWithoutDeserialization,
|
|
522
522
|
]:
|
|
523
|
-
""" Trigger a holdings update for all accounts under this connection. Updates will be queued asynchronously. [`ACCOUNT_HOLDINGS_UPDATED` webhook](/docs/webhooks#webhooks-account_holdings_updated) will be sent once the sync completes for each account under the connection. This endpoint will also trigger a transaction sync for the past day if one has not yet occurred. **
|
|
523
|
+
""" Trigger a holdings update for all accounts under this connection. Updates will be queued asynchronously. [`ACCOUNT_HOLDINGS_UPDATED` webhook](/docs/webhooks#webhooks-account_holdings_updated) will be sent once the sync completes for each account under the connection. This endpoint will also trigger a transaction sync for the past day if one has not yet occurred. **Because of the cost of refreshing a connection, each call to this endpoint incurs a additional charge based on your [Pricing Plan](https://snaptrade.com/pricing)** """
|
|
524
524
|
args = self._refresh_brokerage_authorization_mapped_args(
|
|
525
525
|
query_params=query_params,
|
|
526
526
|
path_params=path_params,
|
|
@@ -573,7 +573,7 @@ class ApiForpost(BaseApi):
|
|
|
573
573
|
ApiResponseFor200,
|
|
574
574
|
api_client.ApiResponseWithoutDeserialization,
|
|
575
575
|
]:
|
|
576
|
-
""" Trigger a holdings update for all accounts under this connection. Updates will be queued asynchronously. [`ACCOUNT_HOLDINGS_UPDATED` webhook](/docs/webhooks#webhooks-account_holdings_updated) will be sent once the sync completes for each account under the connection. This endpoint will also trigger a transaction sync for the past day if one has not yet occurred. **
|
|
576
|
+
""" Trigger a holdings update for all accounts under this connection. Updates will be queued asynchronously. [`ACCOUNT_HOLDINGS_UPDATED` webhook](/docs/webhooks#webhooks-account_holdings_updated) will be sent once the sync completes for each account under the connection. This endpoint will also trigger a transaction sync for the past day if one has not yet occurred. **Because of the cost of refreshing a connection, each call to this endpoint incurs a additional charge based on your [Pricing Plan](https://snaptrade.com/pricing)** """
|
|
577
577
|
args = self._refresh_brokerage_authorization_mapped_args(
|
|
578
578
|
query_params=query_params,
|
|
579
579
|
path_params=path_params,
|
|
@@ -506,7 +506,7 @@ class RefreshBrokerageAuthorization(BaseApi):
|
|
|
506
506
|
ApiResponseFor200,
|
|
507
507
|
api_client.ApiResponseWithoutDeserialization,
|
|
508
508
|
]:
|
|
509
|
-
""" Trigger a holdings update for all accounts under this connection. Updates will be queued asynchronously. [`ACCOUNT_HOLDINGS_UPDATED` webhook](/docs/webhooks#webhooks-account_holdings_updated) will be sent once the sync completes for each account under the connection. This endpoint will also trigger a transaction sync for the past day if one has not yet occurred. **
|
|
509
|
+
""" Trigger a holdings update for all accounts under this connection. Updates will be queued asynchronously. [`ACCOUNT_HOLDINGS_UPDATED` webhook](/docs/webhooks#webhooks-account_holdings_updated) will be sent once the sync completes for each account under the connection. This endpoint will also trigger a transaction sync for the past day if one has not yet occurred. **Because of the cost of refreshing a connection, each call to this endpoint incurs a additional charge based on your [Pricing Plan](https://snaptrade.com/pricing)** """
|
|
510
510
|
args = self._refresh_brokerage_authorization_mapped_args(
|
|
511
511
|
query_params=query_params,
|
|
512
512
|
path_params=path_params,
|
|
@@ -559,7 +559,7 @@ class ApiForpost(BaseApi):
|
|
|
559
559
|
ApiResponseFor200,
|
|
560
560
|
api_client.ApiResponseWithoutDeserialization,
|
|
561
561
|
]:
|
|
562
|
-
""" Trigger a holdings update for all accounts under this connection. Updates will be queued asynchronously. [`ACCOUNT_HOLDINGS_UPDATED` webhook](/docs/webhooks#webhooks-account_holdings_updated) will be sent once the sync completes for each account under the connection. This endpoint will also trigger a transaction sync for the past day if one has not yet occurred. **
|
|
562
|
+
""" Trigger a holdings update for all accounts under this connection. Updates will be queued asynchronously. [`ACCOUNT_HOLDINGS_UPDATED` webhook](/docs/webhooks#webhooks-account_holdings_updated) will be sent once the sync completes for each account under the connection. This endpoint will also trigger a transaction sync for the past day if one has not yet occurred. **Because of the cost of refreshing a connection, each call to this endpoint incurs a additional charge based on your [Pricing Plan](https://snaptrade.com/pricing)** """
|
|
563
563
|
args = self._refresh_brokerage_authorization_mapped_args(
|
|
564
564
|
query_params=query_params,
|
|
565
565
|
path_params=path_params,
|
{snaptrade_python_sdk-11.0.125.dist-info → snaptrade_python_sdk-11.0.126.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: snaptrade-python-sdk
|
|
3
|
-
Version: 11.0.
|
|
3
|
+
Version: 11.0.126
|
|
4
4
|
Summary: Client for SnapTrade
|
|
5
5
|
License: MIT
|
|
6
6
|
Author: SnapTrade
|
|
@@ -30,7 +30,7 @@ Description-Content-Type: text/markdown
|
|
|
30
30
|
Connect brokerage accounts to your app for live positions and trading
|
|
31
31
|
|
|
32
32
|
|
|
33
|
-
[](https://pypi.org/project/snaptrade-python-sdk/11.0.126)
|
|
34
34
|
[](https://github.com/passiv/snaptrade-sdks/tree/master/sdks/python#readme)
|
|
35
35
|
[](https://snaptrade.com/)
|
|
36
36
|
|
|
@@ -109,7 +109,7 @@ Python >=3.8
|
|
|
109
109
|
## Installation<a id="installation"></a>
|
|
110
110
|
|
|
111
111
|
```sh
|
|
112
|
-
pip install snaptrade-python-sdk==11.0.
|
|
112
|
+
pip install snaptrade-python-sdk==11.0.126
|
|
113
113
|
```
|
|
114
114
|
|
|
115
115
|
## Getting Started<a id="getting-started"></a>
|
|
@@ -1051,7 +1051,7 @@ list_brokerage_authorizations_response = (
|
|
|
1051
1051
|
Trigger a holdings update for all accounts under this connection. Updates will be queued asynchronously. [`ACCOUNT_HOLDINGS_UPDATED` webhook](/docs/webhooks#webhooks-account_holdings_updated) will be sent once the sync completes for each account under the connection.
|
|
1052
1052
|
This endpoint will also trigger a transaction sync for the past day if one has not yet occurred.
|
|
1053
1053
|
|
|
1054
|
-
**
|
|
1054
|
+
**Because of the cost of refreshing a connection, each call to this endpoint incurs a additional charge based on your [Pricing Plan](https://snaptrade.com/pricing)**
|
|
1055
1055
|
|
|
1056
1056
|
|
|
1057
1057
|
#### 🛠️ Usage<a id="🛠️-usage"></a>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
snaptrade_client/__init__.py,sha256=
|
|
2
|
-
snaptrade_client/api_client.py,sha256=
|
|
1
|
+
snaptrade_client/__init__.py,sha256=x_eTlSA2EUTpP7T1XTxqJ0XSaX0bVA-UNPAE94kcOyY,820
|
|
2
|
+
snaptrade_client/api_client.py,sha256=oDU6wjp6-MOr9IMV06TuvW-tNAolJ5zTWIKE55_W2Kc,73975
|
|
3
3
|
snaptrade_client/api_response.py,sha256=mZn18p_TNr6OY0HXTZW5InL9iXfqsJWstYGeGD-euPA,663
|
|
4
4
|
snaptrade_client/apis/__init__.py,sha256=RTosXhMn41tMsKPUjIy-VK-_efOWzhkKiuGggJ3A6E0,214
|
|
5
5
|
snaptrade_client/apis/path_to_api.py,sha256=TAkgurFDUikq9Y0iZNyipgF_-Lz2RQtesp80-ZRw1C0,12417
|
|
@@ -77,7 +77,7 @@ snaptrade_client/apis/tags/transactions_and_reporting_api_generated.py,sha256=Tw
|
|
|
77
77
|
snaptrade_client/client.py,sha256=goDwWRv9909OPXDnGGYst_mr53bg6RUs4PwIvnrl_kE,2116
|
|
78
78
|
snaptrade_client/client.pyi,sha256=goDwWRv9909OPXDnGGYst_mr53bg6RUs4PwIvnrl_kE,2116
|
|
79
79
|
snaptrade_client/client_custom.py,sha256=Jx9ulCzelMFlESjzVFQSjBlYcH4dWxSJJWZDMPLyetM,745
|
|
80
|
-
snaptrade_client/configuration.py,sha256=
|
|
80
|
+
snaptrade_client/configuration.py,sha256=ffrgwQXPNyukD7nkkXmRxtQywSj4A8sUCtI_qASgPoY,19262
|
|
81
81
|
snaptrade_client/exceptions.py,sha256=X0apI_sgQpGpa-qIqPUClReCdHAxeSuA6GW0YH_RsWg,7771
|
|
82
82
|
snaptrade_client/exceptions_base.py,sha256=LAQkaC5C61-SdBLfyMjb0K7AYJkWVuLmg2uCvHa71FM,2274
|
|
83
83
|
snaptrade_client/model/__init__.py,sha256=ayi2MIzcf0eAIsY13ToiNplV9tW-pMBFrC0I9yckGM8,350
|
|
@@ -510,8 +510,8 @@ snaptrade_client/paths/authorizations_authorization_id_disable/__init__.py,sha25
|
|
|
510
510
|
snaptrade_client/paths/authorizations_authorization_id_disable/post.py,sha256=MvCClKi8kjlh1z22Zb121gVX64fFcb6TUFZO5PYzfFk,22307
|
|
511
511
|
snaptrade_client/paths/authorizations_authorization_id_disable/post.pyi,sha256=sfD_WnNCjcP51ugfkf7oRoP6F9Gdk4HgYJTWfZAMkTU,22023
|
|
512
512
|
snaptrade_client/paths/authorizations_authorization_id_refresh/__init__.py,sha256=Yv0ig0vQjYxadUU_TEo19MralKnO0CyDG9pz47kf2iw,369
|
|
513
|
-
snaptrade_client/paths/authorizations_authorization_id_refresh/post.py,sha256=
|
|
514
|
-
snaptrade_client/paths/authorizations_authorization_id_refresh/post.pyi,sha256=
|
|
513
|
+
snaptrade_client/paths/authorizations_authorization_id_refresh/post.py,sha256=TNXl4SwBmOQWG0LdtxtYIhj3KcRnwjtvoC5IcY0j4uQ,22379
|
|
514
|
+
snaptrade_client/paths/authorizations_authorization_id_refresh/post.pyi,sha256=gk6jv8QyeWC7YhfnDz-nUCjV2SeHmqjbQdHGQVuqtKY,22095
|
|
515
515
|
snaptrade_client/paths/authorizations_authorization_id_return_rates/__init__.py,sha256=BsRP258HY68VEwqvdmNWhMsIUDwjXFesJZvURpMXrgY,379
|
|
516
516
|
snaptrade_client/paths/authorizations_authorization_id_return_rates/get.py,sha256=faV5MOuOJZ7hxKRt2GCgD4l4lGLrEdNoIyCFLNYhwns,19561
|
|
517
517
|
snaptrade_client/paths/authorizations_authorization_id_return_rates/get.pyi,sha256=maUAQtJJQrtuUg5BTzSZqvNcBb3R8BV1_WNX0SuiNsg,19337
|
|
@@ -763,7 +763,7 @@ snaptrade_client/type/user_secret.py,sha256=pKCVhqf1rROHwa6tvoyA5OAKXCBAmNDvIQCf
|
|
|
763
763
|
snaptrade_client/type/validated_trade_body.py,sha256=ZIPBQWii_a-9zHaBCJ6bQtmL1_I7AG0zwuvkY-ZQ6R4,890
|
|
764
764
|
snaptrade_client/type_util.py,sha256=JIrMYgJzd4IJ8Ne2vqcahlPA9dVmphL9sn8gwccCB4Y,563
|
|
765
765
|
snaptrade_client/validation_metadata.py,sha256=VTN5y-NudHXok1X468J4PnGze_tGEAcs1v3gsXmcrb0,3172
|
|
766
|
-
snaptrade_python_sdk-11.0.
|
|
767
|
-
snaptrade_python_sdk-11.0.
|
|
768
|
-
snaptrade_python_sdk-11.0.
|
|
769
|
-
snaptrade_python_sdk-11.0.
|
|
766
|
+
snaptrade_python_sdk-11.0.126.dist-info/LICENSE,sha256=W_1kcxEzOnZXIYJ1GVUipbmUu6dNLt-Pc-OI55h3k-A,1081
|
|
767
|
+
snaptrade_python_sdk-11.0.126.dist-info/METADATA,sha256=JahjhH1IfBaefSPscmskF21R5O3xLiJohqnsGJHED2c,92661
|
|
768
|
+
snaptrade_python_sdk-11.0.126.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
|
769
|
+
snaptrade_python_sdk-11.0.126.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|