A dotnet wrapper for luno.io - also supports vnext 💃
breaking changes, alot to do. yada yada yada
Windows | Linux & OSX |
---|---|
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();
I have made an examples repository. Check it out!