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
- 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.
- Thanks to Koen Van der Auwera for the Ruby Wrapper for Toggl API v6
- Thanks to the Toggl team for exposing the API.
- Thanks to Tom Kane for the TogglV8 gem.
Copyright (c) 2013 Tom Kane, Paweł Pawlik and other contributors. Released under the MIT License. See LICENSE for details.