UWP 073 | Hero Explorer: Creating an MD5 Hash and Calling the API

796
0

In this third video, Bob demonstrates how to make a call to the Marvel API by creating a hash of the public and private keys and a timestamp along with special cryptography classes in the framework. He then makes the call to the web API and deserializes the JSON into an object graph.

Lesson source code: https://github.com/Windows-Readiness/…

Full series source code: https://github.com/Windows-Readiness/…

Previous articleUWP 072 | Hero Explorer: Accessing the Marvel Web API
Next articleUWP 074 | Hero Explorer: DataBinding and Navigating through the Object Graph