How do you use the Azure Media Services REST API?

All the examples I find for building apps with Azure Media Services use the .NET Azure Media Services SDK. Are there any reliable examples anywhere that demonstrate how to use their REST API?

The reason I am asking is because I need to use services in Xamarin and we cannot use the .NET Azure Media Services SDK because it will not be portable across all three major mobile OSes.

+3


source to share


1 answer


Are you looking for examples of using the REST API in .NET? General breakpoint support API links located at http://msdn.microsoft.com/en-us/library/azure/hh973617.aspx .



You can find examples of REST requests for various azure media service scenarios on MSDN http://msdn.microsoft.com/en-us/library/azure/hh973629.aspx

+2


source







All Articles