Skip to content

New methods to Controller api client

Pre-release
Pre-release
Compare
Choose a tag to compare
@javierbrea javierbrea released this 02 May 09:17
1b0b88d

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.