Skip to content
Maurizio Basaglia edited this page Aug 4, 2023 · 18 revisions

BIExchangeRates.Client wiki

language GitHub Workflow Status (with event) issues Nuget Nuget

A .NET wrapper for the REST API of the currency exchange rates of Banca d'Italia (the central bank of Italy).

Source code

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

Solution structure

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

Documentation