Skip to content
This repository has been archived by the owner on Mar 18, 2021. It is now read-only.

0xdeafcafe/luno-dotnet

Repository files navigation

luno-dotnet

NuGet Github Issues Github Forks Github Stars Github License

A dotnet wrapper for luno.io - also supports vnext 💃

breaking changes, alot to do. yada yada yada

Build Status

Windows Linux & OSX
Master Branch Build status Master Branch Build status
Dev Branch Build status Dev Branch Build status

Getting Started

To simply get a list of users, you can do the following:

var key = "my_luno_key";
var secret = "my_luno_secret";
var connection = new ApiKeyConnection(key, secret);
var client = new LunoClient(connection);
var allUsers = await client.User.GetAllAsync();

Library Examples

I have made an examples repository. Check it out!

About

A dotnet wrapper for luno.io

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages