{"id":18573442,"url":"https://github.com/maurizuki/biexchangerates.client","last_synced_at":"2026-01-29T15:32:16.480Z","repository":{"id":38797718,"uuid":"297390018","full_name":"maurizuki/BIExchangeRates.Client","owner":"maurizuki","description":"A .NET wrapper for the REST API of the currency exchange rates of Banca d'Italia (the central bank of Italy).","archived":false,"fork":false,"pushed_at":"2024-10-18T13:06:42.000Z","size":48,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-10T09:52:33.724Z","etag":null,"topics":["c-sharp","dot-net","exchange-rates","rest-api"],"latest_commit_sha":null,"homepage":"https://www.nuget.org/packages/BIExchangeRates.Client","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maurizuki.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-09-21T15:58:48.000Z","updated_at":"2024-10-18T13:06:46.000Z","dependencies_parsed_at":"2023-01-29T21:15:48.607Z","dependency_job_id":null,"html_url":"https://github.com/maurizuki/BIExchangeRates.Client","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maurizuki%2FBIExchangeRates.Client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maurizuki%2FBIExchangeRates.Client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maurizuki%2FBIExchangeRates.Client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maurizuki%2FBIExchangeRates.Client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maurizuki","download_url":"https://codeload.github.com/maurizuki/BIExchangeRates.Client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231367769,"owners_count":18365974,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c-sharp","dot-net","exchange-rates","rest-api"],"created_at":"2024-11-06T23:09:29.052Z","updated_at":"2026-01-29T15:32:16.473Z","avatar_url":"https://github.com/maurizuki.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BIExchangeRates.Client\n\n[![language](https://img.shields.io/github/languages/top/maurizuki/BIExchangeRates.Client)](https://github.com/maurizuki/BIExchangeRates.Client)\n[![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/maurizuki/BIExchangeRates.Client/build.yml)](https://github.com/maurizuki/BIExchangeRates.Client/actions/workflows/build.yml)\n[![issues](https://img.shields.io/github/issues/maurizuki/BIExchangeRates.Client)](https://github.com/maurizuki/BIExchangeRates.Client/issues)\n[![Nuget](https://img.shields.io/nuget/v/BIExchangeRates.Client)](https://www.nuget.org/packages/BIExchangeRates.Client)\n[![Nuget](https://img.shields.io/nuget/dt/BIExchangeRates.Client)](https://www.nuget.org/packages/BIExchangeRates.Client)\n\nA .NET wrapper for the REST API of the currency exchange rates of [Banca d'Italia](https://tassidicambio.bancaditalia.it) (the central bank of Italy).\n\n## Getting started\n\nTo add BIExchangeRates.Client to your project, you can use the following NuGet Package Manager command:\n\n```PowerShell\nInstall-Package BIExchangeRates.Client\n```\n\nMore options are available on the [BIExchangeRates.Client page](https://www.nuget.org/packages/BIExchangeRates.Client) of the NuGet Gallery website.\n\nThe console application [BIExchangeRates.Console](./src/BIExchangeRates.Console) is intended as an example on how to use the REST API wrapper in a real scenario.\n\n## Remarks\n\nThe class ExchangeRatesClient is derived from [HttpClient](https://docs.microsoft.com/dotnet/api/system.net.http.httpclient) that is intended to be instantiated once and re-used throughout the life of an application. Instantiating an ExchangeRatesClient class for every request will exhaust the number of sockets available under heavy loads. This will result in SocketException errors. Below is an example using ExchangeRatesClient correctly.\n\n```C#\npublic class GoodController : ApiController\n{\n    private static readonly ExchangeRatesClient ExchangeRatesClient;\n\n    static GoodController()\n    {\n        ExchangeRatesClient = new ExchangeRatesClient();\n    }\n}\n```\n\n## Documentation\n\n* [BIExchangeRates.Client API Reference](./docs/BIExchangeRates.Client.md)\n* [Official REST API documentation](https://tassidicambio.bancaditalia.it/terzevalute-wf-ui-web/assets/files/Operating_Instructions.pdf)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaurizuki%2Fbiexchangerates.client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaurizuki%2Fbiexchangerates.client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaurizuki%2Fbiexchangerates.client/lists"}