Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Apr 7, 2020. It is now read-only.

YDKK/YDKK.Client.Jobcan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YDKK.Client.Jobcan

Unofficial Jobcan client library for .NET

It can obtain current status from Jobcan webpage.

#

Usage

using YDKK.Client;


var jobcan = await Jobcan.LoginAsync(clientId, email, password);

//If you want to keep session, use keepSession flag
//(It will post empty noop request every 10 minutes like Jobcan webpage
var jobcan = await Jobcan.LoginAsync(clientId, email, password, true);

//Get status
var status = await jobcan.GetStatusAsync();

Will it support SET status action?

Probably, not. (Because I don't need such function now.

About

Unofficial Jobcan client library for .NET

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages