Call API via C#?

Discussion about this site, its organization, how it works, and how we can improve it.

Hi, I Develope in C#, there any example of calling the api via c# to view the videos?
Many thanks

Hi Bilal,

We do not have a C# SDK but you can use the WebRequest class which belongs to the .NET Framework to make HTTP requests in C#.

Hope this helps!

1 Like

Hi,
Thanks for your response, Where can i find this file?
Thanks

You can find the answer directly on the Microsoft Support here : https://docs.microsoft.com/fr-fr/dotnet/api/system.net.webrequest?view=netframework-4.7.2

Best regards

Many thanks, I will give it a go