dotnetdeveloperaz / MetalPriceConsole

Simple console application to get the closing price of gold, silver, palladium or platinum for the previous day. Can be scheduled to run daily or used manually..
0 stars 0 forks source link

Change RestClient to HttpClient #35

Closed dotnetdeveloperaz closed 1 year ago

dotnetdeveloperaz commented 1 year ago

Let's change the web api calls from using the third party RestClient and instead just use the .NET HttpClient for our calls. I think I used the RestClient when I was writing this as a quick utility for my own use to play around with and see what it did, but considering we don't need it, and there is no real point in using it, I'd like to use what I always use for consistency.