C
C#3mo ago
Barroso

How do I use a API in a console application

I'm trying to create a currency converter but with a API that provides me the currency exchange rate. What is the best lib and methods to do that?
No description
7 Replies
Jimmacle
Jimmacle3mo ago
you can use HttpClient directly to make web requests
Barroso
BarrosoOP3mo ago
cool do i need to install?
Jimmacle
Jimmacle3mo ago
no, it's built in
Jimmacle
Jimmacle3mo ago
HttpClient Class (System.Net.Http)
Provides a class for sending HTTP requests and receiving HTTP responses from a resource identified by a URI.
Barroso
BarrosoOP3mo ago
thanks i going to use that
Unknown User
Unknown User3mo ago
Message Not Public
Sign In & Join Server To View
MODiX
MODiX3mo ago
If you have no further questions, please use /close to mark the forum thread as answered

Did you find this page helpful?