Moneyhub.ApiClient
1.0.1
dotnet add package Moneyhub.ApiClient --version 1.0.1
NuGet\Install-Package Moneyhub.ApiClient -Version 1.0.1
<PackageReference Include="Moneyhub.ApiClient" Version="1.0.1" />
<PackageVersion Include="Moneyhub.ApiClient" Version="1.0.1" />
<PackageReference Include="Moneyhub.ApiClient" />
paket add Moneyhub.ApiClient --version 1.0.1
#r "nuget: Moneyhub.ApiClient, 1.0.1"
#:package Moneyhub.ApiClient@1.0.1
#addin nuget:?package=Moneyhub.ApiClient&version=1.0.1
#tool nuget:?package=Moneyhub.ApiClient&version=1.0.1
Moneyhub.ApiClient is a client SDK library for accessing Moneyhub's Data and Identity API's using ReactiveUI.Refit
https://identity.moneyhub.co.uk
Registering Moneyhubs interfaces can be done in a number of ways, one of these is detailed below using Autofac:
var builder = new ContainerBuilder();
var services = new ServiceCollection();
services.AddRefitClient(refitSettings) .ConfigureHttpClient(httpClient ⇒ { httpClient.BaseAddress = new Uri("https://api.moneyhub.co.uk/v2.0"); });
builder.Populate(services);
builder.Build();
Once an interface is registered you can create an instance and use the IAccount object to access the range of different methods available from account section of Moneyhubs API.
All current API's and methods should be available as detailed in their SwaggerUI definitions for Moneyhubs data and identity endpoints
https://api.moneyhub.co.uk/swagger.json https://identity.moneyhub.co.uk/swagger.json
Learn more about Target Frameworks and .NET Standard.
-
- Refit (>= 6.3.2)
- Refit.Newtonsoft.Json (>= 6.3.2)
- System.ComponentModel.Annotations (>= 5.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Moneyhub.ApiClient:
| Package | Downloads |
|---|---|
|
Appmilla.MoneyhubAuthApi
An .Net CLI template to create an ASP.Net Core API for Moneyhub access protected by Duende IdentityServer |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.1 | 1,031 | 3/25/2022 |
Initial release