wizata-dsapi 1.2.10__py3-none-any.whl → 1.2.12__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.
- wizata_dsapi/version.py +1 -1
- wizata_dsapi/wizata_dsapi_client.py +3 -3
- {wizata_dsapi-1.2.10.dist-info → wizata_dsapi-1.2.12.dist-info}/METADATA +1 -1
- {wizata_dsapi-1.2.10.dist-info → wizata_dsapi-1.2.12.dist-info}/RECORD +7 -7
- {wizata_dsapi-1.2.10.dist-info → wizata_dsapi-1.2.12.dist-info}/LICENSE.txt +0 -0
- {wizata_dsapi-1.2.10.dist-info → wizata_dsapi-1.2.12.dist-info}/WHEEL +0 -0
- {wizata_dsapi-1.2.10.dist-info → wizata_dsapi-1.2.12.dist-info}/top_level.txt +0 -0
wizata_dsapi/version.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "1.2.
|
|
1
|
+
__version__ = "1.2.12"
|
|
@@ -307,7 +307,7 @@ class WizataDSAPIClient(ApiInterface):
|
|
|
307
307
|
method="POST",
|
|
308
308
|
route="execute/data",
|
|
309
309
|
result_type="pickle",
|
|
310
|
-
data=json.dumps(request.
|
|
310
|
+
data=json.dumps(request.to_json(), cls=DSAPIEncoder)
|
|
311
311
|
)
|
|
312
312
|
|
|
313
313
|
def info(self):
|
|
@@ -645,7 +645,7 @@ class WizataDSAPIClient(ApiInterface):
|
|
|
645
645
|
request = Request()
|
|
646
646
|
|
|
647
647
|
if datapoints is not None:
|
|
648
|
-
request.
|
|
648
|
+
request.datapoints = datapoints
|
|
649
649
|
|
|
650
650
|
if start is not None:
|
|
651
651
|
request.start = start
|
|
@@ -806,7 +806,7 @@ class WizataDSAPIClient(ApiInterface):
|
|
|
806
806
|
|
|
807
807
|
response = requests.request("POST", self.__url() + "data/string",
|
|
808
808
|
headers=self.__header(),
|
|
809
|
-
data=json.dumps(request.
|
|
809
|
+
data=json.dumps(request.to_json(), cls=DSAPIEncoder))
|
|
810
810
|
if response.status_code == 200:
|
|
811
811
|
return response.json()
|
|
812
812
|
else:
|
|
@@ -31,10 +31,10 @@ wizata_dsapi/template.py,sha256=h2f3dLduJ4WhreVxJXuFIB3pinnI3c39WxBms0bCgos,1300
|
|
|
31
31
|
wizata_dsapi/trigger.py,sha256=w3BZYP-L3SUwvaT0oCTanh_Ewn57peZvlt7vxzHv9J8,5129
|
|
32
32
|
wizata_dsapi/twin.py,sha256=_iYbbKw_m8flEzdnwGbA-NvSUiyQQDgCTa9vJeEggRg,10556
|
|
33
33
|
wizata_dsapi/twinregistration.py,sha256=Mi6-YuwroiEXc0c1hgrOaphh4hNVoHupxOnXedVtJtE,13377
|
|
34
|
-
wizata_dsapi/version.py,sha256=
|
|
34
|
+
wizata_dsapi/version.py,sha256=dbW85A2PinQCZabwD2DNDTfOE9315GDtQQKAsJP8IXk,23
|
|
35
35
|
wizata_dsapi/wizard_function.py,sha256=RbM7W7Gf-6Rhp_1dU9DBYkHaciknGAGvuAndhAS_vyo,942
|
|
36
36
|
wizata_dsapi/wizard_request.py,sha256=v6BaqKLKvTWmUSo0_gda9FabAQz5x_-GOH1Av50GzFo,3762
|
|
37
|
-
wizata_dsapi/wizata_dsapi_client.py,sha256=
|
|
37
|
+
wizata_dsapi/wizata_dsapi_client.py,sha256=qVUwd_S_8NMXHygZpCxj2lP6wZSjxe-W9eOTOAqnzPg,78713
|
|
38
38
|
wizata_dsapi/words.py,sha256=tV8CqzCqODZCV7PgBxBF5exBxeF_ya9t5DiUy-cg6Sg,1535
|
|
39
39
|
wizata_dsapi/models/__init__.py,sha256=O5PHqw8lKILw4apO-MfDxPz73wK0vADD9y3xjuzX7Tw,104
|
|
40
40
|
wizata_dsapi/models/common.py,sha256=1dTqE80-mFJnUwEdNlJdhJzfZ2N5Kp8Nb3LQ8uwPtLc,3808
|
|
@@ -42,8 +42,8 @@ wizata_dsapi/plots/__init__.py,sha256=qgnSFqrjOPur-807M8uh5awIfjM1ZHXUXcAqHc-r2l
|
|
|
42
42
|
wizata_dsapi/plots/common.py,sha256=jdPsJqLHBwSKc6dX83BSGPqSRxzIVNHSYO5yI_8sjGk,6568
|
|
43
43
|
wizata_dsapi/scripts/__init__.py,sha256=hAxiETSQf0qOHde1si1tEAJU48seqEgHrchCzS2-LvQ,80
|
|
44
44
|
wizata_dsapi/scripts/common.py,sha256=efwq-Rd0lvYljIs3gSFz9izogBD7asOU2cTK-IvHTkM,4244
|
|
45
|
-
wizata_dsapi-1.2.
|
|
46
|
-
wizata_dsapi-1.2.
|
|
47
|
-
wizata_dsapi-1.2.
|
|
48
|
-
wizata_dsapi-1.2.
|
|
49
|
-
wizata_dsapi-1.2.
|
|
45
|
+
wizata_dsapi-1.2.12.dist-info/LICENSE.txt,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
|
|
46
|
+
wizata_dsapi-1.2.12.dist-info/METADATA,sha256=YnYabSm9BRm_Ajl9goXvjakloxitoHBKKXVZdx2E4XU,2188
|
|
47
|
+
wizata_dsapi-1.2.12.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
|
48
|
+
wizata_dsapi-1.2.12.dist-info/top_level.txt,sha256=-OeTJbEnh5DuWyTOHtvw0Dw3LRg3G27TNS6W4ZtfwPs,13
|
|
49
|
+
wizata_dsapi-1.2.12.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|