Codility.Api.Client 1.0.4

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

// Install Codility.Api.Client as a Cake Tool
#tool nuget:?package=Codility.Api.Client&version=1.0.4

The Codility API requires a paid account with the service. Please abide by the terms and conditions provided by Codility and the usage of their API.

This is a PCL library targetting .NET 4.5, Windows 8, Windows Phone 8.1, and Windows Phone Silverlight 8.

There are no supported framework assets in this 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.4 1,324 9/21/2016
1.0.3 1,163 9/15/2015
1.0.1 1,065 9/15/2015
1.0.0 1,342 9/10/2015

1.0.4:
HttpClient is now a singleton instance by default.
Session and test lists now pull all records based on the 'next' url.
Updated JSON.NET to 9.0.1.