MxIO.ApiClient 1.1.147.1

dotnet add package MxIO.ApiClient --version 1.1.147.1
                    
NuGet\Install-Package MxIO.ApiClient -Version 1.1.147.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MxIO.ApiClient" Version="1.1.147.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MxIO.ApiClient" Version="1.1.147.1" />
                    
Directory.Packages.props
<PackageReference Include="MxIO.ApiClient" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MxIO.ApiClient --version 1.1.147.1
                    
#r "nuget: MxIO.ApiClient, 1.1.147.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package MxIO.ApiClient@1.1.147.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=MxIO.ApiClient&version=1.1.147.1
                    
Install as a Cake Addin
#tool nuget:?package=MxIO.ApiClient&version=1.1.147.1
                    
Install as a Cake Tool

MxIO.ApiClient

A generic API client helper library for .NET applications. This package provides a set of base classes and utilities for creating API clients with features including:

  • Token-based authentication support
  • Configurable retry policies
  • Centralized REST client management
  • Default Azure AD credential provider integration

Installation

dotnet add package MxIO.ApiClient

Basic Usage

// Add API client services to your DI container
services.AddApiClient(Configuration);

// Inject and use the base API in your services
public class MyService
{
    private readonly BaseApi _baseApi;

    public MyService(BaseApi baseApi)
    {
        _baseApi = baseApi;
    }

    public async Task DoSomething()
    {
        // Use the API client
    }
}

License

GPL-3.0-only

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on MxIO.ApiClient:

Package Downloads
MX.GeoLocation.GeoLocationApi.Client

This package provides a web service client to query the geolocation service.

XtremeIdiots.Portal.RepositoryApiClient

Client for the XtremeIdiots Portal Repository API.

XtremeIdiots.Portal.ServersApiClient

Client for the XtremeIdiots Portal Servers API.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.147.1 3,175 6/23/2025
1.1.146.1 1,530 6/16/2025
1.1.145.1 946 6/9/2025
1.1.144.1 820 6/2/2025
1.1.143.1 762 5/26/2025
1.1.142.1 808 5/19/2025
1.1.141.1 843 5/12/2025
1.1.140.1 922 5/5/2025
1.1.139.1 1,212 4/28/2025
1.1.138.1 1,142 4/26/2025
1.1.137.1 773 4/25/2025
1.1.136.1 1,380 4/23/2025
1.1.135.1 893 4/21/2025
1.1.134.1 797 4/19/2025
1.1.133.1 700 4/19/2025
1.1.132.1 699 4/19/2025
1.1.131.1 714 4/19/2025
1.1.130.1 949 4/14/2025
Loading failed