Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

astro-panda/Clockify.Net

Open more actions menu

Repository files navigation

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

Clockify.Net

Clockify C# Client.

Made as .Net Standard 2.0 library.

Stable API docs:

Every endpoint from that url is implemented.

https://docs.clockify.me

Also check CHANGELOG.

⚠ Breaking changes in version 2.0.0. See 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

About

Clockify C# Client

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Contributors 22

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.