A simple RestClient for Jira-RestAPI, using only .NetCore Modules.
Info
Version: | 1.0.6 |
Author(s): | Christian Schulze, [email protected] |
Last Update: | Thursday, April 6, 2017 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/JiraRestClient.NETCore |
Install
Install-Package JiraRestClient.NETCore
dotnet add package JiraRestClient.NETCore
paket add JiraRestClient.NETCore
JiraRestClient.NETCore Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Runtime.Serialization.Json(>= 4.3.0)
- xunit.runner.visualstudio(>= 2.2.0)
- System.Runtime.Serialization.Primitives(>= 4.3.0)
- System.Net.Http(>= 4.3.1)
- Microsoft.NETCore.App(>= 1.0.3)
- xunit(>= 2.2.0)
- Microsoft.NET.Test.Sdk(>= 15.0.0)