+ 1
How to use api in asp.net MVC
i have project and i want to showing data price of gold, i have the key of api but i dont know how to use it, anyone can help me?
1 Réponse
+ 8
It's no different from normal web call via HttpClient.
Basically you'll use the API key to call their endpoint via GET/POST and parse the JSON/XML response accordingly. 😉