/toggl-dotnet

A .NET client for Toggl time tracking API (http://toggl.com)

Primary LanguageC#MIT LicenseMIT

This library has just begun development, and lacks maturity in tests, API surface coverage and more. Issues & pull requests are welcome! :-)

Toggl .NET Client

A .NET Standard 1.1 client library for v9 API for Toggl time tracking (http://toggl.com). For certain operations, v8 API is still used, since I haven't yet found a v9 equivalent.

Note that V9 of the Toggl API is currently still in development. See toggl/toggl_api_docs for Toggl's official API documentation. Most still only covers the v8 API currently.

This library is also planned to provide coverage for the Reports API v2. Currently, only Detailed reports are supported, but the Weekly and Summary reports will soon follow.

Asynchronous

This library is built for asynchronous code and it's recommended that you use asynchronous methods whereever available. The library does, however, provide auto-generated synchronous methods for convenience in some cases.

License

MIT License

Acknowledgements