lb_core 1.1.6 lb_core: ^1.1.6 copied to clipboard
Logbot Core client to be used for API requests to Logbot Core APIs for users management
1.1.6 #
- FIX: Fixed error "location cannot be empty" when using
addIot
API - CHANGE: Updated dependencies
1.1.5 #
- CHANGE: Logs object returned by the /security/logs APIs now shows also the client ID
- FIX: Fixed problem when API calls completed before the refresh token process, causing an unauthorized error
1.1.4 #
- CHANGE: User object returned by the /users APIs now shows also the user ID
1.1.3 #
- FIX: Removed unused params location and protocol from IoTRequestBody, used when registering a new device on the cloud
1.1.2 #
- FEAT: Added parameter on registration API to skip the acceptance of Logbot terms and conditions on the Logbot web platform.
- FIX: Added parameter on registration API to correctly make the relationship APIs work for viewers of newly registered editor accounts
1.1.1 #
- BREAKING FEAT: Removed redundant
relationship/iots
andrelationship/users
APIs - FIX: Fixed authentication error while trying to register an Editor
- FIX: Response to register editor API now correctly throws an error if an error occurs during registration
1.1.0 #
- FEAT: Added relationships APIs to associate users to devices, enabling them to manage the IoTs
1.0.0 #
- FEAT: First release