Leadping.OpenApiClient
1.0.28
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Leadping.OpenApiClient --version 1.0.28
NuGet\Install-Package Leadping.OpenApiClient -Version 1.0.28
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.28" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Leadping.OpenApiClient" Version="1.0.28" />
<PackageReference Include="Leadping.OpenApiClient" />
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.28
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Leadping.OpenApiClient, 1.0.28"
#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.28
#: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.28
#tool nuget:?package=Leadping.OpenApiClient&version=1.0.28
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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.
Links
| Product | Versions 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.
-
net8.0
- Microsoft.Kiota.Abstractions (>= 2.0.0)
- Microsoft.Kiota.Serialization.Form (>= 2.0.0)
- Microsoft.Kiota.Serialization.Json (>= 2.0.0)
- Microsoft.Kiota.Serialization.Multipart (>= 2.0.0)
- Microsoft.Kiota.Serialization.Text (>= 2.0.0)
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.38 | 0 | 8/17/2026 |
| 1.0.37 | 42 | 8/17/2026 |
| 1.0.36 | 47 | 8/15/2026 |
| 1.0.35 | 81 | 8/11/2026 |
| 1.0.34 | 72 | 8/11/2026 |
| 1.0.33 | 78 | 8/11/2026 |
| 1.0.32 | 83 | 8/10/2026 |
| 1.0.31 | 86 | 8/8/2026 |
| 1.0.30 | 95 | 8/4/2026 |
| 1.0.29 | 96 | 8/3/2026 |
| 1.0.28 | 93 | 7/28/2026 |
| 1.0.27 | 99 | 7/27/2026 |
| 1.0.26 | 103 | 7/27/2026 |
| 1.0.25 | 92 | 7/24/2026 |
| 1.0.24 | 94 | 7/23/2026 |
| 1.0.23 | 79 | 7/21/2026 |
| 1.0.22 | 98 | 7/20/2026 |
| 1.0.21 | 98 | 7/17/2026 |
| 1.0.20 | 93 | 7/17/2026 |
| 1.0.19 | 97 | 7/17/2026 |
Loading failed