Skip to content

BriskDotNet is a .net library for interact with the Brisk API

Notifications You must be signed in to change notification settings

nightwolf93/BriskDotNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

BriskDotNet

CircleCI

BriskDotNet is a .net library for interact with the Brisk API

Documentation

First create a instance of BriskClient

var client = new BriskClient("http://localhost:3000", "master", "changeme");

Create a link

var link = await client.CreateLink(new CreateLinkRequest("https://github.com/nightwolf93/brisk", 30000, 5));

You can check the official brisk api too : https://nico-style931.gitbook.io/brisk/

Nuget

dotnet add package BriskDotNet

https://www.nuget.org/packages/BriskDotNet/

Build

make build

Test

make test

Authors

Nightwolf93

About

BriskDotNet is a .net library for interact with the Brisk API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published