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

Remove Trailing / #33

Closed dotnetdeveloperaz closed 1 year ago

dotnetdeveloperaz commented 1 year ago

Remove the need for a trailing / in the configuration for currency and the metals. Configuration should just need USD not USD/ and XAU not XAU/. This can be handled in the Uri builder in code. Simple change, doesn't affect functionality, but I should have done it this way from the start, or at least when I changed this from a quick and dirty utility myself to one to share.