{"id":23174368,"url":"https://github.com/dracoon/dracoon-csharp-sdk","last_synced_at":"2025-08-18T09:31:02.412Z","repository":{"id":45495425,"uuid":"150427308","full_name":"dracoon/dracoon-csharp-sdk","owner":"dracoon","description":"Official DRACOON SDK for C#","archived":false,"fork":false,"pushed_at":"2024-11-05T15:17:50.000Z","size":707,"stargazers_count":3,"open_issues_count":2,"forks_count":2,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-12-05T17:07:43.691Z","etag":null,"topics":["csharp","dracoon","sdk"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dracoon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-09-26T13:00:45.000Z","updated_at":"2024-11-05T15:16:12.000Z","dependencies_parsed_at":"2024-06-12T15:11:22.959Z","dependency_job_id":"49f79e02-f8ae-48ca-9a40-3840f712ebd8","html_url":"https://github.com/dracoon/dracoon-csharp-sdk","commit_stats":null,"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dracoon%2Fdracoon-csharp-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dracoon%2Fdracoon-csharp-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dracoon%2Fdracoon-csharp-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dracoon%2Fdracoon-csharp-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dracoon","download_url":"https://codeload.github.com/dracoon/dracoon-csharp-sdk/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230220168,"owners_count":18192231,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csharp","dracoon","sdk"],"created_at":"2024-12-18T05:19:58.640Z","updated_at":"2024-12-18T05:19:58.700Z","avatar_url":"https://github.com/dracoon.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.com/dracoon/dracoon-csharp-sdk.svg?branch=master)](https://travis-ci.com/dracoon/)\n[![GitHub license](https://img.shields.io/github/license/dracoon/dracoon-csharp-sdk.svg)](http://www.apache.org/licenses/LICENSE-2.0)\n[![NuGet](https://img.shields.io/nuget/v/Dracoon.Sdk.svg)](https://www.nuget.org/packages/Dracoon.Sdk/)\n[![NuGet downloads](https://img.shields.io/nuget/dt/Dracoon.Sdk.svg?label=nuget-downloads\u0026colorB=F03C20)](https://www.nuget.org/packages/Dracoon.Sdk/)\n![GitHub issues](https://img.shields.io/github/issues-raw/dracoon/dracoon-csharp-sdk.svg)\n# DRACOON C# SDK\n\nA library to access the DRACOON REST API.\n\n## Setup\n\n#### Minimum Requirements\n\n.NET Standard 2.0\nAPI version: 5.0.0\n\n#### Download\n\n##### NuGet\nIn nuget, you can find the DRACOON SDK [here](https://www.nuget.org/packages/Dracoon.Sdk/).\n\nIf you are using NuGet with package management \"Packages.config\", then edit your project's \"packages.config\" and add this to the packages section:\n```xml\n\u003cpackage id=\"Dracoon.Sdk\" version=\"5.2.0\" /\u003e\n```\nIf 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:\n```xml\n\u003cPackageReference Include=\"Dracoon.Sdk\" Version=\"5.2.0\" /\u003e\n```\n\n## Example\n\nA full example of the SDK usage can be found [here](DracoonSdkExample/DracoonExamples.cs).\\\nA full example of the OAuth usage can be found [here](DracoonSdkExample/OAuthExamples.cs).\n\nThe following example shows how simple the SDK can be used. It shows how to get all root rooms.\n\n```c#\nDracoonAuth auth = new DracoonAuth(\"access-token\");\n\nDracoonClient client = new DracoonClient(new Uri(\"https://dracoon.team\"), auth);\n\nNodeList resultList = client.Nodes.GetNodes();\nforeach (Node currentNode in resultList.Items) {\n\tConsole.WriteLine(\"NodeId: \" + currentNode.Id + \"; NodeName: \" + currentNode.Name);\n}\n```\n\n## Documentation\n\nDocumentation of all public classes and methods are provided through the standard `\u003csummary\u003e\u003c/summary\u003e` xml tags. \nThe easiest way to view these is through Visual Studio's built in \"Object Browser\" (VIEW -\u003e Object Browser, or CTRL+W, J).\n\n## Contribution\n\nIf 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.\n\n## Copyright and License\n\nCopyright ©2021 Dracoon GmbH. All rights reserved.\n\nLicensed 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\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is\ndistributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\nimplied. See the License for the specific language governing permissions and limitations under the\nLicense.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdracoon%2Fdracoon-csharp-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdracoon%2Fdracoon-csharp-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdracoon%2Fdracoon-csharp-sdk/lists"}