/togglv8

Ruby wrapper for Toggl API v8

Primary LanguageRubyMIT LicenseMIT

Toggl API v8

Toggl is a time tracking tool.

r-toggl is a Ruby Wrapper for Toggl API v8. It is designed to mirror the Toggl API as closely as possible. This repo is a fork of Tom Kanes original TogglV8 implementation with additional API calls to support some undocumented features of the TogglV8 API.

Note: Currently r-toggl only includes calls to Toggl API, not the Reports API

Usage

  • See test.rb and atest.rb for examples of calling the Toggl API with Ruby.
  • See [API calls.md](API calls.md) for examples of calling the Toggl API with resty (like curl) on the command line.

Acknowledgements

License

Copyright (c) 2013 Tom Kane, Paweł Pawlik and other contributors. Released under the MIT License. See LICENSE for details.