Toggl
Toggl API wrapper in a Ruby gem
Install / Use
/learn @atog/TogglREADME
= toggl
Toggl API wrapper in a Ruby gem, this is compatible with v6 of the API
https://www.toggl.com
https://www.toggl.com/public/api
== toggl command
If you want to create new tasks from the command line, make sure you create ~/.toggl file containing nothing but your API key.
run 'toggl' to see all options.
NOTE: the command line tool is currently broken and needs to be updated for V6 of the API
== examples
toggl_interface = Toggl.new(token, "blah")
toggl_interface.time_entries
toggl_interface.time_entries({"start_date" => Date.today-1, "end_date" => Date.today})
toggl_interface.get_time_entry(12345)
toggl_interface.delete_time_entry(12345)
entry = toggl_interface.create_time_entry({ "duration" => 900, :start => Time.now, :description => "blabla"})
toggl_interface.update_time_entry(entry)
similar methods exist for clients, projects, and tasks, check the source while we work on better documentation
== Copyright
Copyright (c) 2010 Koen Van der Auwera. See LICENSE for details.
Related Skills
node-connect
351.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
110.7kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
351.4kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
351.4kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
