All Projects → Morasiu → Clockify.Net

Morasiu / Clockify.Net

Licence: MIT License
Clockify C# Client

Programming Languages

C#
18002 projects

Labels

Projects that are alternatives of or similar to Clockify.Net

minutes
Sync worklogs between multiple time trackers, invoicing, and bookkeeping software.
Stars: ✭ 19 (-20.83%)
Mutual labels:  clockify
toggl2clockify
Migrate data from toggl to clockify
Stars: ✭ 21 (-12.5%)
Mutual labels:  clockify
goclockify
A terminal-based client for Clockify time tracker
Stars: ✭ 47 (+95.83%)
Mutual labels:  clockify
gnome-pomodoro-tracking
Connect your Pomodoros to popular time tracking services (@odoo, @clockify, @toggl).
Stars: ✭ 16 (-33.33%)
Mutual labels:  clockify

https://www.nuget.org/packages/Clockify.Net/ GitHub issues GitHub license Quality Gate Status

Clockify.Net

Clockify C# Client.

Made as .Net Standard 2.0 library.

Stable API docs:

Every endpoint from that url is implemented.

https://clockify.me/developers-api

EXPERIMENTAL API

https://clockify.github.io/clockify_api_docs/

Also check CHANGELOG.

If you like this project, give it a star . It really motives me to work on it.

Usage

1. Add Nuget package from here.

2. Get your Clockify API Key.

See API docs for instruction about how to get Clockify API Key.

3. Create your client.

Recommended:

// This will use environment variable CAPI_KEY as your API key input.
var clockify = new ClockifyClient();
var response = await clockify.GetWorkspacesAsync();

or much simpler

var clockify = new ClockifyClient("myClockifyApiKey");
var response = await clockify.GetWorkspacesAsync();

💻 Development

Do you want to help? Great!

See CONTRIBUTING 👍

Also check our Project tab and pick a task!

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

Buy Me A Coffee

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].