Cherwell.Api
1.0.44
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 Cherwell.Api --version 1.0.44
NuGet\Install-Package Cherwell.Api -Version 1.0.44
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="Cherwell.Api" Version="1.0.44" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Cherwell.Api --version 1.0.44
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Cherwell.Api, 1.0.44"
#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.
// Install Cherwell.Api as a Cake Addin #addin nuget:?package=Cherwell.Api&version=1.0.44 // Install Cherwell.Api as a Cake Tool #tool nuget:?package=Cherwell.Api&version=1.0.44
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Cherwell.Api
This project implements access to the v1 Cherwell API
See the contribution guide for more information regarding contributing to this project
To use the Cherwell API nuget package:
Visual Studio
- Open your project in Visual Studio
- Right-click on the project and click "Manage Nuget packages"
- Find the package "Cherwell.Api" - install the latest version
Example code (C# 10.0):
using Cherwell.Api;
using System;
using System.Threading.Tasks;
namespace My.Project
{
public static class Program
{
public static async Task Main()
{
using var cherwellClient = new CherwellClient(new CherwellClientOptions
{
BaseAddress = "xxxxxxx",
Username = "0123456789abcdef0123456789abcdef01234567",
Password = "0123456789abcdef0123456789abcdef01234567",
ClientId = "0123456789abcdef0123456789abcdef01234567"
});
var views = await cherwellClient
.Core
.GetViewsAsync()
;
}
}
}
API Documentation
The Cherwell API documentation can be found here:
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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 was computed. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.1)
- Newtonsoft.Json (>= 13.0.3)
- Refit (>= 7.1.1)
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.45 | 384 | 7/22/2024 |
1.0.44 | 121 | 7/16/2024 |
1.0.42 | 105 | 7/16/2024 |
1.0.31 | 298 | 4/25/2024 |
1.0.30 | 120 | 4/18/2024 |
1.0.29 | 117 | 4/18/2024 |
1.0.25 | 337 | 9/23/2023 |
1.0.23 | 137 | 9/23/2023 |
1.0.22 | 146 | 9/23/2023 |
1.0.21 | 149 | 9/23/2023 |
1.0.14 | 426 | 5/17/2023 |
1.0.13 | 198 | 4/28/2023 |
1.0.10 | 352 | 2/15/2023 |
1.0.9 | 282 | 2/13/2023 |
1.0.8 | 409 | 11/30/2022 |
1.0.7 | 342 | 11/22/2022 |
1.0.3 | 341 | 11/20/2022 |
1.0.2 | 354 | 11/20/2022 |
0.2.4 | 418 | 11/3/2022 |
0.2.2 | 441 | 9/1/2022 |
0.2.1 | 417 | 9/1/2022 |
0.1.29-alpha | 167 | 6/30/2022 |
0.1.12-alpha | 194 | 6/28/2022 |
0.1.10-alpha | 179 | 6/28/2022 |
0.1.3-alpha | 150 | 6/24/2022 |
0.1.0-alpha | 174 | 6/24/2022 |
Disabled chunked transfer encoding