OpenIIoT.Core icon indicating copy to clipboard operation
OpenIIoT.Core copied to clipboard

Refactor Security.UpdateUser() and .DeleteUser() to accept parameter of IUser instead of string

Open jpdillingham opened this issue 8 years ago • 0 comments

For API consistency methods operating on resources should, unless named Find___(), accept parameters of the same resource type. Accepting locators such as name or fqn is redundant as the API generally provides a Find method.

jpdillingham avatar Oct 29 '17 23:10 jpdillingham