This library has just begun development, and lacks maturity in tests, API surface coverage and more. Issues & pull requests are welcome! :-)
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.
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.
- Thanks to Toggl for keeping most of their development efforts open source. toggl/mobileapp has provided some code and inspiration for this project.
- A .NET client for Toggl v8 API, sochix/Toggl.NET API which was forked from johnbabb/C--Toggl-Api-Client