WHAT Make a GET request to the API to retrieve the full list of apps. Fields required:
- App ID
- App Name
- Number of deployed versions
- Number of clients
- Number of app launches
WHY The list of apps is needed to populate a dynamic table which displays basic information about each app. HOW Add a function to the viewmodel which makes a request to the API and returns the app list in JSON format. The API endpoints have yet to be decided but it will probably be something like:
| URI |
HTTP Method |
| /apps |
GET |
Trello link |