Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
83 commits
Select commit Hold shift + click to select a range
2c65982
Adds boilerplate to send request response for sending command to clea…
coolneo Oct 29, 2022
3e34a7c
Removed an unused import
coolneo Oct 29, 2022
c0ecbf3
Converted binary data from string to bytes
coolneo Oct 30, 2022
e78a050
Added device data class and shifted the device operations to devicema…
coolneo Oct 30, 2022
ea2c2fd
Further refactored device class to hold all devices specific implemen…
coolneo Oct 30, 2022
9da32cf
Added support for sub folder and improved the definition of sencomman…
Oct 31, 2022
f17b78f
Added test details from rashmis key
Nov 1, 2022
520381a
Removed the tokens from the config.py and for now reading it from the…
coolneo Nov 1, 2022
b010d85
Completed the device data class and added method to create a device
coolneo Nov 1, 2022
e1306db
Added httpx as the http library , at present its being used only for …
Nov 2, 2022
28218b3
refactored some code in httpclient for reusability
Nov 2, 2022
8bbf744
removed requests usage and used httpx in both sync and async requests
coolneo Nov 2, 2022
4bf22db
Merged with iot-566
coolneo Nov 2, 2022
f12d5a1
Added sync create device calls
coolneo Nov 2, 2022
b028254
Added tests and samples for creating device in async mode
coolneo Nov 2, 2022
6790b5e
uncommented the tests
Nov 3, 2022
9f6f283
Added modify cloud config method
Nov 3, 2022
c4701e1
added device config class and returning the same from modify command
Nov 3, 2022
fa411f8
Device Delete and Device Get API implementation
barvemm1969 Nov 7, 2022
6dde041
Merge pull request #4 from ClearBlade/deviceget_devicedelete_bind_unbind
barvemm1969 Nov 9, 2022
117da03
Merge pull request #3 from ClearBlade/iot-569
barvemm1969 Nov 9, 2022
396a2a7
Merge pull request #2 from ClearBlade/iot-567
barvemm1969 Nov 9, 2022
fbb7ef3
New samples added
barvemm1969 Nov 9, 2022
496716a
Implementation for device gateway bind and unbind
barvemm1969 Nov 9, 2022
f95b23d
Implementation for IOT-579 DevicesSetState
barvemm1969 Nov 10, 2022
4da946c
Set state samples
barvemm1969 Nov 10, 2022
8f11a04
Implementation for IOT-578 DevicesStatesList
barvemm1969 Nov 10, 2022
8b9a5d0
Implemetaion for IOT-571 devicesConfigVersionsList
barvemm1969 Nov 10, 2022
c7ef444
IOT-576 DevicesList
barvemm1969 Nov 11, 2022
6fe9f46
IOT-577 devicesPatch - regional
barvemm1969 Nov 11, 2022
5896cc6
Deleted DeviceSetState implementation
barvemm1969 Nov 14, 2022
216b3b7
WIP : added code to read configs from json file , refactored http cli…
Nov 14, 2022
0f66d78
fixed an error related to request params
Nov 15, 2022
e1fea7c
WIP : added code to handle pages in list devices respnse
Nov 15, 2022
c565e2c
Completed the config manager which will have all the required configs
Nov 15, 2022
af31088
WIP : added infrastructure for registry requests
coolneo Nov 15, 2022
86e36a7
WIP : registry api support
coolneo Nov 16, 2022
ba7c865
Added class to create a device
Nov 16, 2022
16500ed
Merge pull request #7 from ClearBlade/config_suppport
gargi-ingresssoftware Nov 16, 2022
d419073
Implementation for GetDeviceRegistry
barvemm1969 Nov 16, 2022
adcb944
Registry Create and Delete implementation
barvemm1969 Nov 16, 2022
26d1d24
Fixed timeout issue for Registry create
barvemm1969 Nov 16, 2022
5db8238
Implementation for RegistryPatch
barvemm1969 Nov 16, 2022
ca08c50
WIP :added pager for device list
Nov 16, 2022
8d357b9
Completed sync pager manager for list of devices.
Nov 17, 2022
63ec49a
Added async pager for device list
Nov 17, 2022
9e0c794
WIP adding required response types for device apis
Nov 17, 2022
b2c8408
Merge remote-tracking branch 'origin/regional_apis' into pagging_support
coolneo Nov 17, 2022
6dda739
Merge pull request #8 from ClearBlade/pagging_support
gargi-ingresssoftware Nov 17, 2022
86da177
Fixed device config versions request and response classes
coolneo Nov 17, 2022
bf74b75
Added pages for registry lists and updates samples
coolneo Nov 17, 2022
c6963a8
Addec CLEARBLADE_REGISTRY as an environment variable for registry
coolneo Nov 17, 2022
d207af8
Changed the device states list request and response as per Google int…
coolneo Nov 17, 2022
001a115
fixed review comments on the PR
Nov 18, 2022
fedec31
Corrected the samples for devices
Nov 18, 2022
ca03ca1
Added remainig samples for registry apis
Nov 18, 2022
38c7254
updated some tests
Nov 18, 2022
81f09e6
Updated the readme with new steps
Nov 18, 2022
538cdc6
WIP : making one single object for httpx client
coolneo Nov 19, 2022
68a93b0
Removed name from registry creation
coolneo Nov 19, 2022
f3a9f65
used correct gateway_config property
coolneo Nov 19, 2022
7770731
Changed the required request method in samples
coolneo Nov 19, 2022
f96f5e5
Fixed other samples as well
coolneo Nov 19, 2022
71c9b99
Merge branch 'regional_apis' into object_refactoring
coolneo Nov 19, 2022
eff149b
Added a single object for sync and asyc client / add a singleton meta…
coolneo Nov 20, 2022
37af7d0
removed hardcoded registry name and setter methods to registry and re…
coolneo Nov 20, 2022
79e6f7f
Merged with regional apis
coolneo Nov 20, 2022
c37dd7a
Merge pull request #9 from ClearBlade/object_refactoring
gargi-ingresssoftware Nov 20, 2022
e10f08f
Fixes to make the module work with pip and setup.py
coolneo Nov 20, 2022
b8b8f1b
Fixed imports to work with setup and pip
coolneo Nov 20, 2022
ebc6dc6
Removed one unnecessary print statements
coolneo Nov 20, 2022
bad8825
Merge pull request #10 from ClearBlade/module_setup
gargi-ingresssoftware Nov 21, 2022
8d1f5dc
Removed some more print statements
Nov 21, 2022
59315d7
Added fixes to device modify command and states list apis
Nov 21, 2022
90282db
Updated modify cloud to device config at client.py as well
Nov 21, 2022
64986ff
updated the default value
Nov 21, 2022
e8507a2
formatted readme file
Nov 21, 2022
0cbbee7
updated readme.rst
Nov 21, 2022
7ec7865
updated readme.rst
Nov 21, 2022
4d0d363
removed the exception class
Nov 21, 2022
520e548
removed the exception class
Nov 21, 2022
c529cdb
Removed the exception from everywhere
Nov 21, 2022
8f96bfa
updated some samples
Nov 21, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
WIP : registry api support
  • Loading branch information
coolneo committed Nov 16, 2022
commit 86e36a723c42861c1a9aa7388764dab7770353ec
1 change: 0 additions & 1 deletion clearblade/cloud/iot_v1/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ def log_level(self):
def credentials(self):
return self._credentials


class ListDeviceRegistriesRequest:
def __init__(self, parent:str = None,
page_size:int = None,
Expand Down