WHAT The following fields must be retrieved from the API to display:
- App Name
- App ID (string)
- Deployed Versions (array)
- Version (string)
- Disabled (bool)
- Disabled Message (string)
- Number of Clients (integer)
- Number of app launches (integer)
WHY The detailed app information is required to display on the view. HOW Add a function to the viewmodel which makes a request to the API and returns the app list in JSON format. With this data populate the view.
| URI |
HTTP Method |
| /apps/ {id} |
GET |
Trello link |