You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
apps: Most of the request/response models related to apps will need to be updated.
Anything using App will need to be changed to either AppResponse (if used with GET)
or PagedApp (if used with LIST). AppEndpoints that previously returned Count or Status now
return an empty Promise.
Bug Fixes
apps: update models to match API spec (84c41b3), closes #89