Corelane.Sdk.Client
1.0.52
dotnet add package Corelane.Sdk.Client --version 1.0.52
NuGet\Install-Package Corelane.Sdk.Client -Version 1.0.52
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="Corelane.Sdk.Client" Version="1.0.52" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Corelane.Sdk.Client" Version="1.0.52" />
<PackageReference Include="Corelane.Sdk.Client" />
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 Corelane.Sdk.Client --version 1.0.52
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Corelane.Sdk.Client, 1.0.52"
#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 Corelane.Sdk.Client@1.0.52
#: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=Corelane.Sdk.Client&version=1.0.52
#tool nuget:?package=Corelane.Sdk.Client&version=1.0.52
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Corelane SDK for .NET
Corelane accelerates your development by providing essential plug-and-play services like User Management, Notifications, Templates, SchedulerApi and Payments, so you can focus on what matters mostβyour core logic.
This SDK helps you easily integrate with Corelane services in your .NET applications.
π Features
- β User API (Authentication, Authorization, Role Management)
- π© Notification API (Email, SMS, Push)
- π§© Template Management (Dynamic content templates)
- π³ Payment API (Subscriptions, Billing)
- π οΈ Simple configuration and plug-and-play usage
- π Built-in JWT and token handling
π¦ Installation
dotnet add package Corelane.SDK
Or via NuGet Package Manager:
Install-Package Corelane.SDK
Add your API settings to appsettings.json:
{
"Corelane": {
"BaseUrl": "https://api.corelane.io",
"ApiKey": "your-api-key-here"
}
}
Register the SDK in Startup.cs or your Program.cs:
builder.Services.AddCorelane(options =>
{
options.BaseUrl = configuration["Corelane:BaseUrl"];
options.ApiKey = configuration["Corelane:ApiKey"];
});
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. 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.
-
net10.0
- Microsoft.AspNetCore.OpenApi (>= 10.0.0)
- Refit (>= 8.0.0)
- Refit.HttpClientFactory (>= 8.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.52 | 278 | 12/15/2025 |
| 1.0.51 | 262 | 12/15/2025 |
| 1.0.50 | 263 | 12/15/2025 |
| 1.0.45 | 234 | 12/15/2025 |
| 1.0.44 | 231 | 12/14/2025 |
| 1.0.40 | 177 | 12/14/2025 |
| 1.0.36 | 460 | 12/10/2025 |
| 1.0.33 | 172 | 12/14/2025 |
| 1.0.32 | 450 | 12/9/2025 |
| 1.0.31 | 323 | 12/7/2025 |
| 1.0.30 | 316 | 12/7/2025 |
| 1.0.29 | 314 | 12/7/2025 |
| 1.0.26 | 226 | 12/7/2025 |
| 1.0.25 | 224 | 12/7/2025 |
| 1.0.22 | 230 | 12/7/2025 |
| 1.0.19 | 144 | 12/6/2025 |
| 1.0.17 | 148 | 12/6/2025 |
| 1.0.16 | 140 | 12/6/2025 |
| 1.0.15 | 142 | 12/6/2025 |
| 1.0.14 | 154 | 12/6/2025 |
Loading failed