Dracoon.Sdk
2.1.0-beta4
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
<PackageReference Include="Dracoon.Sdk" Version="2.1.0-beta4" />
paket add Dracoon.Sdk --version 2.1.0-beta4
#r "nuget: Dracoon.Sdk, 2.1.0-beta4"
// 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
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:
- Dracoon Crypto SDK (v4.0.0): https://www.nuget.org/packages/Dracoon.Crypto.Sdk/
- NewtonSoft.Json (v13.0.3): https://www.nuget.org/packages/Newtonsoft.Json/
- 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 and License
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 | 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. |
-
.NETStandard 2.0
- Dracoon.Crypto.Sdk (>= 4.0.0)
- Newtonsoft.Json (>= 13.0.3)
- RestSharp (>= 110.2.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 | |
---|---|---|---|
5.2.0 | 81 | 11/5/2024 | |
5.1.0 | 147 | 8/29/2024 | |
5.0.1 | 1,277 | 6/14/2024 | |
5.0.0 | 114 | 6/12/2024 | |
4.1.0 | 1,005 | 3/6/2024 | |
4.0.0 | 118 | 2/15/2024 | |
3.3.0 | 1,800 | 12/6/2023 | |
3.2.0 | 365 | 10/10/2023 | |
3.1.2 | 2,224 | 2/1/2022 | |
3.1.1 | 509 | 1/12/2022 | |
3.1.0 | 511 | 1/12/2022 | |
3.0.0 | 322 | 12/10/2021 | |
2.1.0-beta6 | 176 | 6/14/2024 | |
2.1.0-beta5 | 99 | 6/12/2024 | |
2.1.0-beta4 | 97 | 2/15/2024 | |
2.1.0-beta3 | 428 | 8/26/2021 | |
2.1.0-beta2 | 219 | 8/20/2021 | |
2.1.0-beta1 | 278 | 6/1/2021 | |
2.0.1-beta6 | 236 | 5/19/2021 | |
2.0.0-beta6 | 198 | 5/19/2021 | |
2.0.0-beta5 | 227 | 4/21/2021 | |
2.0.0-beta4 | 212 | 4/15/2021 | |
2.0.0-beta3 | 637 | 11/11/2020 | |
2.0.0-beta2 | 255 | 11/11/2020 | |
2.0.0-beta1 | 386 | 9/25/2020 | |
1.0.0-beta4 | 1,329 | 11/18/2019 | |
1.0.0-beta3 | 338 | 9/26/2019 | |
1.0.0-beta2 | 413 | 8/22/2019 | |
1.0.0-beta1 | 727 | 10/8/2018 |