-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Maurizio Basaglia edited this page Aug 4, 2023
·
18 revisions
A .NET wrapper for the REST API of the currency exchange rates of Banca d'Italia (the central bank of Italy).
To clone the Git repository containing the source code of BIExchangeRates.Client use the following command:
git clone https://github.com/maurizuki/BIExchangeRates.Client.git BIExchangeRates.Client
Project | Description |
---|---|
BIExchangeRates.Client | Build and pack this project to get the NuGet package to publish |
BIExchangeRates.Client.Tests | Unit tests for the ExchangeRatesClient class methods |
BIExchangeRates.Console | A console application that demonstrates how to use the ExchangeRatesClient class |