Close 0.1.1
See the version list below for details.
dotnet add package Close --version 0.1.1
NuGet\Install-Package Close -Version 0.1.1
<PackageReference Include="Close" Version="0.1.1" />
paket add Close --version 0.1.1
#r "nuget: Close, 0.1.1"
// Install Close as a Cake Addin #addin nuget:?package=Close&version=0.1.1 // Install Close as a Cake Tool #tool nuget:?package=Close&version=0.1.1
Close
The unofficial .NET Core API client for Close, supporting .NET Core 6+
This is not an official project by Close. It's created and maintained by Telzio, because the API client mentioned in Close' docs hasn't been updated in 7+ years.
Work In Progress
We are currently working on migrating code from a client library we made internally at Telzio. Most functionality should be available in next release.
Usage
The client currently targets .NET Core 6+.
Dependency Injection
Add the client to your service collection and specify your API Key.
builder.Services.AddCloseClient("xxxxxxxxxxxx");
Important: You should never keep your credentials in your source code. Use a secrets manager instead!
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
-
net6.0
- Microsoft.AspNetCore.Http (>= 2.2.2)
- Microsoft.Extensions.Http (>= 7.0.0)
- Microsoft.Extensions.Http.Polly (>= 7.0.4)
- Polly.Extensions.Http (>= 3.0.0)
-
net7.0
- Microsoft.AspNetCore.Http (>= 2.2.2)
- Microsoft.Extensions.Http (>= 7.0.0)
- Microsoft.Extensions.Http.Polly (>= 7.0.4)
- Polly.Extensions.Http (>= 3.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.