ArtiomOvechko.JClient 1.0.0

dotnet add package ArtiomOvechko.JClient --version 1.0.0
NuGet\Install-Package ArtiomOvechko.JClient -Version 1.0.0
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="ArtiomOvechko.JClient" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ArtiomOvechko.JClient --version 1.0.0
#r "nuget: ArtiomOvechko.JClient, 1.0.0"
#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 ArtiomOvechko.JClient as a Cake Addin
#addin nuget:?package=ArtiomOvechko.JClient&version=1.0.0

// Install ArtiomOvechko.JClient as a Cake Tool
#tool nuget:?package=ArtiomOvechko.JClient&version=1.0.0

Library for accessing Atlassian's Jira API using either API token or OAuth 2.0 Bearer token. Also compatible with .Net Core 3.0+

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 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
1.0.0 566 9/16/2020
0.4.0 418 9/3/2020
0.3.0 439 8/21/2020
0.2.1 443 8/7/2020
0.2.0 379 8/7/2020
0.1.0 473 7/27/2020

JClient: Added ReportIntegratedAccounts for accessing OAuth 2.0 Personal Data Reporting API
   JClient: JClient now doesn't require scopeId for OAuth 2.0 authorization. You should use void SetOAuthCredentials(string token, string scopeId) instead each time. You have to call https://api.atlassian.com/oauth/token/accessible-resources with token to get all the available resources. Proper method will be added later to make this convenient.
   JClientIssueManager: GetTickets method now require generic type containing custom fields - it allows you to define your own field IDs.