New methods to Controller api client
Pre-release
Pre-release
BREAKING CHANGES
- Ability data types "integer" and "float" are deprecated in favour of using only "number".
- getUsers method in controller api client now request all users by default. This will result in a forbidden response if plugin has not admin permissions granted. For requesting only operator users, which is allowed to all plugins, a role filter has to be provided.
Added
- Add config and apiKeys methods to Controller api Client.