MxIO.ApiClient 1.1.132.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package MxIO.ApiClient --version 1.1.132.1
                    
NuGet\Install-Package MxIO.ApiClient -Version 1.1.132.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.132.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.132.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.132.1
                    
#r "nuget: MxIO.ApiClient, 1.1.132.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.132.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.132.1
                    
Install as a Cake Addin
#tool nuget:?package=MxIO.ApiClient&version=1.1.132.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 (4)

Showing the top 4 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.

XtremeIdiots.Portal.RepositoryApiClient.V1

Versioned client for the XtremeIdiots Portal Repository API V1.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.150.1 253 6/30/2025
2.0.149.1 232 6/25/2025
1.1.147.1 2,568 6/23/2025
1.1.146.1 980 6/16/2025
1.1.145.1 403 6/9/2025
1.1.144.1 276 6/2/2025
1.1.143.1 207 5/26/2025
1.1.142.1 252 5/19/2025
1.1.141.1 300 5/12/2025
1.1.140.1 378 5/5/2025
1.1.139.1 669 4/28/2025
1.1.138.1 599 4/26/2025
1.1.137.1 230 4/25/2025
1.1.136.1 834 4/23/2025
1.1.135.1 353 4/21/2025
1.1.134.1 242 4/19/2025
1.1.133.1 156 4/19/2025
1.1.132.1 155 4/19/2025
1.1.131.1 168 4/19/2025
1.1.130.1 402 4/14/2025
1.1.129.1 472 4/7/2025
1.1.128.1 915 3/31/2025
1.1.127.1 676 3/24/2025
1.1.126.1 532 3/17/2025
1.1.125.1 1,421 3/16/2025
1.1.124.1 260 3/10/2025
1.1.123.1 721 3/3/2025
1.1.122.1 974 2/24/2025
1.1.115.1 1,745 1/6/2025
1.1.114.1 211 12/31/2024
1.1.113.1 1,399 12/30/2024
1.1.112.1 461 12/23/2024
1.1.111.1 1,102 12/16/2024
1.1.110.1 383 12/9/2024
1.1.109.1 331 12/2/2024
1.1.108.1 353 11/25/2024
1.1.107.1 793 11/18/2024
1.1.106.1 1,009 11/15/2024
1.1.105.1 569 11/11/2024
1.1.104.1 276 11/4/2024
1.1.103.1 1,422 10/28/2024
1.1.102.1 481 10/21/2024
1.1.101.1 484 10/14/2024
1.1.100.1 1,579 10/7/2024
1.1.99.1 646 9/30/2024
1.1.98.1 826 9/23/2024
1.1.97.1 751 9/17/2024
1.1.92.1 825 8/19/2024
1.1.91.1 1,217 8/12/2024
1.1.90.1 717 8/5/2024
1.1.89.1 732 7/29/2024
1.1.88.1 403 7/23/2024
1.1.87.1 652 7/22/2024
1.1.86.1 478 7/15/2024
1.1.85.1 676 7/8/2024
1.1.84.1 922 7/1/2024
1.1.83.1 1,757 6/24/2024
1.1.82.1 649 6/17/2024
1.1.81.1 1,055 6/10/2024
1.1.80.1 722 6/3/2024
1.1.79.1 833 5/27/2024
1.1.78.1 878 5/20/2024
1.1.77.1 650 5/13/2024
1.1.76.1 864 5/6/2024
1.1.75.1 1,233 4/29/2024
1.1.74.1 288 4/22/2024
1.1.73.1 316 4/15/2024
1.1.72.1 824 4/8/2024
1.1.71.1 334 4/1/2024
1.1.70.1 1,006 3/25/2024
1.1.69.1 181 3/18/2024
1.1.68.1 180 3/11/2024
1.1.67.1 710 3/4/2024
1.1.66.1 193 2/26/2024
1.1.65.1 186 2/19/2024
1.1.64.1 195 2/12/2024
1.1.63.1 207 2/7/2024
1.1.62.1 998 2/7/2024
1.1.61.1 803 2/6/2024
1.1.60.1 197 2/6/2024
1.1.59.1 285 2/5/2024
1.1.58.1 219 1/29/2024
1.1.57.1 230 1/22/2024
1.1.56.1 216 1/15/2024
1.1.55.1 241 1/8/2024
1.1.54.1 1,532 1/1/2024
1.1.53.1 385 12/25/2023
1.1.52.1 1,069 12/18/2023
1.1.51.1 231 12/11/2023
1.1.50.1 2,120 12/4/2023
1.1.49.1 429 11/27/2023
1.1.48.1 350 11/20/2023
1.1.47.1 1,492 11/13/2023
1.1.46.1 328 11/11/2023
1.1.45.1 416 11/11/2023
1.1.44.1 181 11/11/2023
1.1.43.1 183 11/11/2023
1.1.42.1 180 11/11/2023
1.1.41.1 191 11/11/2023
1.1.40.1 178 11/11/2023
1.1.39.1 242 11/9/2023
1.1.38.1 176 11/9/2023
1.1.37.1 181 11/9/2023
1.1.36.1 169 11/9/2023
1.1.35.1 614 11/6/2023
1.1.34.1 441 10/30/2023
1.1.33.1 424 10/27/2023
1.1.32.1 424 10/23/2023
1.1.31.1 437 10/21/2023
1.1.30.1 206 10/21/2023
1.1.29.1 169 10/21/2023
1.1.28.1 198 10/21/2023
1.1.27.1 202 10/20/2023
1.1.26.1 187 10/20/2023
1.1.25.1 249 10/20/2023
1.1.24.1 192 10/20/2023
1.0.23.1 208 10/20/2023