Skip to content

Latest commit

History

244 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Automatic time tracking for Projectile

Check in when you start working and select a project. Check out once you are finished. Your time will automatically be inserted into your Projectile timesheet.

API Usage

// Configure APIpublicclassProductionSettingsextendsSettings {
publicStringgetProjectileUrl() {
return"https://myprojectile.org/projectile";
}
publicStringgetApplicationKey() {
return"my-app-key";
}
}
Settingssettings = newProductionSettings();
Crawlercrawler = newRetrofitClient(settings);
// Use APICredentialscredentials = newCredentials("my-username", "my-password");
crawler.checkCredentials(credentials);
...

About

Automatic time tracking for Projectile

Resources

Stars

4 stars

Watchers

6 watching

Forks

Releases

Packages

Used by

Contributors

Languages