MxIO.ApiClient 1.1.139.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.139.1
                    
NuGet\Install-Package MxIO.ApiClient -Version 1.1.139.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.139.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.139.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.139.1
                    
#r "nuget: MxIO.ApiClient, 1.1.139.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.139.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.139.1
                    
Install as a Cake Addin
#tool nuget:?package=MxIO.ApiClient&version=1.1.139.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 259 6/30/2025
2.0.149.1 241 6/25/2025
1.1.147.1 2,608 6/23/2025
1.1.146.1 991 6/16/2025
1.1.145.1 412 6/9/2025
1.1.144.1 284 6/2/2025
1.1.143.1 226 5/26/2025
1.1.142.1 259 5/19/2025
1.1.141.1 310 5/12/2025
1.1.140.1 385 5/5/2025
1.1.139.1 676 4/28/2025
1.1.138.1 608 4/26/2025
1.1.137.1 239 4/25/2025
1.1.136.1 845 4/23/2025
1.1.135.1 360 4/21/2025
1.1.134.1 250 4/19/2025
1.1.133.1 163 4/19/2025
1.1.132.1 165 4/19/2025
1.1.131.1 177 4/19/2025
1.1.130.1 411 4/14/2025
1.1.129.1 479 4/7/2025
1.1.128.1 926 3/31/2025
1.1.127.1 686 3/24/2025
1.1.126.1 544 3/17/2025
1.1.125.1 1,431 3/16/2025
1.1.124.1 269 3/10/2025
1.1.123.1 733 3/3/2025
1.1.122.1 982 2/24/2025
1.1.115.1 1,752 1/6/2025
1.1.114.1 218 12/31/2024
1.1.113.1 1,407 12/30/2024
1.1.112.1 468 12/23/2024
1.1.111.1 1,112 12/16/2024
1.1.110.1 392 12/9/2024
1.1.109.1 340 12/2/2024
1.1.108.1 359 11/25/2024
1.1.107.1 800 11/18/2024
1.1.106.1 1,016 11/15/2024
1.1.105.1 577 11/11/2024
1.1.104.1 284 11/4/2024
1.1.103.1 1,429 10/28/2024
1.1.102.1 491 10/21/2024
1.1.101.1 492 10/14/2024
1.1.100.1 1,586 10/7/2024
1.1.99.1 653 9/30/2024
1.1.98.1 833 9/23/2024
1.1.97.1 758 9/17/2024
1.1.92.1 834 8/19/2024
1.1.91.1 1,223 8/12/2024
1.1.90.1 724 8/5/2024
1.1.89.1 739 7/29/2024
1.1.88.1 414 7/23/2024
1.1.87.1 661 7/22/2024
1.1.86.1 485 7/15/2024
1.1.85.1 695 7/8/2024
1.1.84.1 930 7/1/2024
1.1.83.1 1,764 6/24/2024
1.1.82.1 669 6/17/2024
1.1.81.1 1,062 6/10/2024
1.1.80.1 731 6/3/2024
1.1.79.1 841 5/27/2024
1.1.78.1 886 5/20/2024
1.1.77.1 669 5/13/2024
1.1.76.1 873 5/6/2024
1.1.75.1 1,243 4/29/2024
1.1.74.1 295 4/22/2024
1.1.73.1 324 4/15/2024
1.1.72.1 831 4/8/2024
1.1.71.1 343 4/1/2024
1.1.70.1 1,013 3/25/2024
1.1.69.1 189 3/18/2024
1.1.68.1 188 3/11/2024
1.1.67.1 718 3/4/2024
1.1.66.1 200 2/26/2024
1.1.65.1 195 2/19/2024
1.1.64.1 203 2/12/2024
1.1.63.1 215 2/7/2024
1.1.62.1 1,007 2/7/2024
1.1.61.1 812 2/6/2024
1.1.60.1 206 2/6/2024
1.1.59.1 293 2/5/2024
1.1.58.1 228 1/29/2024
1.1.57.1 242 1/22/2024
1.1.56.1 225 1/15/2024
1.1.55.1 259 1/8/2024
1.1.54.1 1,540 1/1/2024
1.1.53.1 392 12/25/2023
1.1.52.1 1,077 12/18/2023
1.1.51.1 239 12/11/2023
1.1.50.1 2,126 12/4/2023
1.1.49.1 434 11/27/2023
1.1.48.1 358 11/20/2023
1.1.47.1 1,497 11/13/2023
1.1.46.1 333 11/11/2023
1.1.45.1 421 11/11/2023
1.1.44.1 186 11/11/2023
1.1.43.1 188 11/11/2023
1.1.42.1 185 11/11/2023
1.1.41.1 196 11/11/2023
1.1.40.1 186 11/11/2023
1.1.39.1 250 11/9/2023
1.1.38.1 181 11/9/2023
1.1.37.1 187 11/9/2023
1.1.36.1 174 11/9/2023
1.1.35.1 621 11/6/2023
1.1.34.1 447 10/30/2023
1.1.33.1 442 10/27/2023
1.1.32.1 431 10/23/2023
1.1.31.1 444 10/21/2023
1.1.30.1 211 10/21/2023
1.1.29.1 184 10/21/2023
1.1.28.1 203 10/21/2023
1.1.27.1 207 10/20/2023
1.1.26.1 192 10/20/2023
1.1.25.1 256 10/20/2023
1.1.24.1 197 10/20/2023
1.0.23.1 214 10/20/2023