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?

7 Replies
you can use
HttpClient
directly to make web requestscool
do i need to install?
no, it's built in
HttpClient Class (System.Net.Http)
Provides a class for sending HTTP requests and receiving HTTP responses from a resource identified by a URI.
thanks i going to use that
Unknown User•3mo ago
Message Not Public
Sign In & Join Server To View
If you have no further questions, please use /close to mark the forum thread as answered