-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Maurizio Basaglia edited this page Nov 14, 2020
·
18 revisions
A .NET wrapper for the REST API of the currency exchange rates of Banca d'Italia (the central bank of Italy).
To start using BIExchangeRates.Client in your project, install the package with the NuGet Package Manager:
PM> Install-Package BIExchangeRates.Client
The console application BIExchangeRates.Console is intended as an example on how to use the REST API wrapper in a real scenario.