microsoft / MixedRealityCompanionKit

This is a MixedRealityToolkit style repository for code bits and components that may not run directly on Microsoft HoloLens or immersive headsets but instead pair with them to build experiences.
MIT License
596 stars 288 forks source link

App Center Integration #234

Open awolowiecki720 opened 6 years ago

awolowiecki720 commented 6 years ago

@jwittner App center integration with API token for auth.

awolowiecki720 commented 6 years ago

@davidkline-ms Hey! Please take a look at these changes. This is the beginning of a feature that integrates the MR Commander with the Visual Studio App Center. The goal is to streamline the build and release process for our projects so new builds can get installed on device quickly and more easily. The feature uses token auth to make web calls to the App Center and then deserializes the JSON response and updates the view model. I built functionality for storing the auth token, classes for storing JSON responses, and a view model that will display available apps and allow the user to download them. I would like feedback on where this code should live in the project so that it is easiest to maintain.