Leadping.OpenApiClient 1.0.1

dotnet add package Leadping.OpenApiClient --version 1.0.1
                    
NuGet\Install-Package Leadping.OpenApiClient -Version 1.0.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="Leadping.OpenApiClient" Version="1.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Leadping.OpenApiClient" Version="1.0.1" />
                    
Directory.Packages.props
<PackageReference Include="Leadping.OpenApiClient" />
                    
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 Leadping.OpenApiClient --version 1.0.1
                    
#r "nuget: Leadping.OpenApiClient, 1.0.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 Leadping.OpenApiClient@1.0.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=Leadping.OpenApiClient&version=1.0.1
                    
Install as a Cake Addin
#tool nuget:?package=Leadping.OpenApiClient&version=1.0.1
                    
Install as a Cake Tool

Leadping .NET SDK

Type-safe .NET client for the Leadping API.

Install

dotnet add package Leadping.OpenApiClient

For GitHub Packages:

dotnet nuget add source https://nuget.pkg.github.com/leadpingai/index.json \
  --name leadping-github \
  --username USERNAME \
  --password GITHUB_TOKEN

dotnet add package Leadping.OpenApiClient --source leadping-github

Use

using Leadping.OpenApiClient;
using Microsoft.Kiota.Abstractions;

IRequestAdapter adapter = CreateLeadpingRequestAdapter();
var client = new LeadpingOpenApiClient(adapter);

var me = await client.Users.Me.GetAsync();

CreateLeadpingRequestAdapter is application code. Configure it to send one of:

  • Authorization: Bearer <token>
  • X-Leadping-Api-Key: <key>

The client defaults to https://api.leadping.ai when the adapter does not already have a base URL.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.1 0 6/23/2026
1.0.0 0 6/23/2026