Skip to content

ProductivityTools-Tasks3/ProductivityTools.GetTask3.Sdk

Repository files navigation

GetTask3.Sdk

Nuget allows to access to the GetTask3 API.

To initialize we need to provide:

  • API address
  • Firebase application key

var taskClient = new TaskClient("http://localhost:5513/api/",webapikey , (x) => { System.Console.WriteLine(x); });

Currently SDK exposes methods:

  • GetStructure
  • Start

Authorization Code Grant

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages