Skip to content

shahabsadeghi822/glosharp

 
 

Repository files navigation

Glosharp

A C# SDK for working with Gitkraken Glo Boards

Build status Codacy Badge

Getting Started

There are a couple ways that you can set your Personal Access Token. You can set it in the Environment variable named GlosharpToken or you can store it in the config.json file.

$env:GlosharpPat=your_personal_token

or

cp config-example.json config.json

Note: Glosharp cannot work with OAuth just yet.

var config = new Connection(new Configuration());
var glo = new GloClient(config);

var boards = glo.Board.GetAllForCurrent();

About

C# SDK for GitKraken Glo Boards

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 61.7%
  • CSS 16.8%
  • JavaScript 14.3%
  • C# 7.2%