Dracoon.Sdk 2.1.0-beta4

This is a prerelease version of Dracoon.Sdk.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Dracoon.Sdk --version 2.1.0-beta4
NuGet\Install-Package Dracoon.Sdk -Version 2.1.0-beta4
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="Dracoon.Sdk" Version="2.1.0-beta4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Dracoon.Sdk --version 2.1.0-beta4
#r "nuget: Dracoon.Sdk, 2.1.0-beta4"
#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 Dracoon.Sdk as a Cake Addin
#addin nuget:?package=Dracoon.Sdk&version=2.1.0-beta4&prerelease

// Install Dracoon.Sdk as a Cake Tool
#tool nuget:?package=Dracoon.Sdk&version=2.1.0-beta4&prerelease

Build Status GitHub license NuGet NuGet downloads GitHub issues

DRACOON C# SDK

A library to access the DRACOON REST API.

Setup

Minimum Requirements

.NET Standard 2.0 API version: 4.11.0

Download
NuGet

In nuget, you can find the DRACOON SDK here.

If you are using NuGet with package management "Packages.config", then edit your project's "packages.config" and add this to the packages section:

<package id="Dracoon.Sdk" version="2.1.0-beta4" />

If you are using Visual Studio 2017 (or higher) and you are using NuGet with package management "PackageReference" then edit your .csproj file and add this to the package dependency group:

<PackageReference Include="Dracoon.Sdk" Version="2.1.0-beta4" />

Note that you also need to include the following dependencies:

  1. Dracoon Crypto SDK (v4.0.0): https://www.nuget.org/packages/Dracoon.Crypto.Sdk/
  2. NewtonSoft.Json (v13.0.3): https://www.nuget.org/packages/Newtonsoft.Json/
  3. RestSharp (v110.2.0): https://www.nuget.org/packages/RestSharp/

Example

A full example of the SDK usage can be found here.
A full example of the OAuth usage can be found here.

The following example shows how simple the SDK can be used. It shows how to get all root rooms.

DracoonAuth auth = new DracoonAuth("access-token");

DracoonClient client = new DracoonClient(new Uri("https://dracoon.team"), auth);

NodeList resultList = client.Nodes.GetNodes();
foreach (Node currentNode in resultList.Items) {
	Console.WriteLine("NodeId: " + currentNode.Id + "; NodeName: " + currentNode.Name);
}

Documentation

Documentation of all public classes and methods are provided through the standard <summary></summary> xml tags. The easiest way to view these is through Visual Studio's built in "Object Browser" (VIEW → Object Browser, or CTRL+W, J).

Contribution

If you would like to contribute code, fork the repository and send a pull request. We don't use the GitHub Flow, so please create a feature branch of the main branch and make your changes there.

Copyright ©2021 Dracoon GmbH. All rights reserved.

Licensed under the Apache License, verison 2.0 (the "License"); you may not use this file except in compliance with the License. You may optain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Product 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.

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
4.1.0 176 3/6/2024
4.0.0 89 2/15/2024
3.3.0 1,716 12/6/2023
3.2.0 302 10/10/2023
3.1.2 1,817 2/1/2022
3.1.1 473 1/12/2022
3.1.0 484 1/12/2022
3.0.0 307 12/10/2021
2.1.0-beta4 52 2/15/2024
2.1.0-beta3 398 8/26/2021
2.1.0-beta2 197 8/20/2021
2.1.0-beta1 251 6/1/2021
2.0.1-beta6 208 5/19/2021
2.0.0-beta6 175 5/19/2021
2.0.0-beta5 200 4/21/2021
2.0.0-beta4 181 4/15/2021
2.0.0-beta3 614 11/11/2020
2.0.0-beta2 224 11/11/2020
2.0.0-beta1 362 9/25/2020
1.0.0-beta4 1,176 11/18/2019
1.0.0-beta3 312 9/26/2019
1.0.0-beta2 392 8/22/2019
1.0.0-beta1 697 10/8/2018