Skip to content

Commit

Permalink
fix(apps): update models to match API spec
Browse files Browse the repository at this point in the history
BREAKING CHANGE: 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.

fix #89
  • Loading branch information
john-u committed Jun 13, 2022
1 parent e1a102c commit 84c41b3
Show file tree
Hide file tree
Showing 7 changed files with 258 additions and 1,133 deletions.
Loading

0 comments on commit 84c41b3

Please sign in to comment.