Syncano/syncano-js

user().group and group().user implemented differently

Closed this issue · 0 comments

user() and group() both have implemented APIs that deviate from the rest of the API.

Example current usage is user().group.list() and should be user().group().list()