LuKaSo.Zonky 1.1.8

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package LuKaSo.Zonky --version 1.1.8
NuGet\Install-Package LuKaSo.Zonky -Version 1.1.8
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="LuKaSo.Zonky" Version="1.1.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LuKaSo.Zonky --version 1.1.8
#r "nuget: LuKaSo.Zonky, 1.1.8"
#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 LuKaSo.Zonky as a Cake Addin
#addin nuget:?package=LuKaSo.Zonky&version=1.1.8

// Install LuKaSo.Zonky as a Cake Tool
#tool nuget:?package=LuKaSo.Zonky&version=1.1.8

Lukaso Zonky API

About the project

Main goal of this project is provide client library for Zonky investor's API. Zonky provides documentation for their API and blueprint for automatic client code generation here, but it is still incomplete and contains some errors, undocumented methods and properties. After that I was decide to write my own client based on generated codes and watched network activity of Zonky site with implementation of methods and functionalities that I need.

Supported functionalities

  • Log-in to investor user account
  • Receive primary and secondary market loans
  • Receive investments owned by investor
  • Receive details of investor account (wallet, bank account, etc.)
  • Buying loan participations on primary and secodary market
  • Selling participations on secondary market
  • Loanbook

Usage

  • Create ZonkyClient and pass account informations
    var client = new ZonkyClient(user, password, false); // last parameter enable trading
  • Get uncovered primary marketplace loans
    var loans = await client.GetAllUncoveredPrimaryMarketPlaceAsync();
  • Get all investors participations
    var participations = await client.GetAllInvestmentsAsync();

API and client class

Library contains ZonkyApi class that contains only API methods for communication with Zonky with no additional functionalities. ZonkyClient implements functionalities for user authorization, keeping the session and other top level functionalies.

Tests

Tests contains some unit tests for auxilarity classes and integration tests with Zonky Apiary mock test server and Zonky production server. Apiary mock server tests doesn't provide a proof test results and cannot offer bigger test coverage. Some methods are completely missing, some methods returns only a blank responses and some methods returns only a small amount of test data. Testing for non-standard behavior is not possible, mock server always returns possitive responses even for wrong requests. Production server tests provide better test coverage but the responces cannot be predicted, requires investor's account and trading methods cannot be tested without making real trades (tests have no trading capatibilities).

Exclusion of liability

This library is only an example of possible implementation of API client. There is no warranty that Zonky doesn't change the public API or make some changes that could caused wrong function of this library. When you use this library you are exposed to the risk that the program can make some unwanted operations with your investor account. The author bears no responsibility for any damage incurred by using of this library.

Product 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. 
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.2.0-beta.5 275 2/25/2020
1.2.0-beta.4 242 2/24/2020
1.2.0-beta.3 262 2/23/2020
1.2.0-beta.2 246 2/22/2020
1.2.0-beta.1 294 2/21/2020
1.1.8 562 8/29/2019
1.1.7 479 8/19/2019
1.1.6 459 8/17/2019
1.1.5 439 7/21/2019
1.1.4 478 7/19/2019
1.1.3 483 7/9/2019
1.1.1 467 6/20/2019
1.1.0 514 5/16/2019
1.0.1 650 4/22/2019