1. 首页
  2. 考试认证
  3. 其它
  4. toggl api Toggl API Ruby客户端

toggl api Toggl API Ruby客户端

上传者: 2024-08-31 05:56:04上传 ZIP文件 32.6KB 热度 1次
Toggl API Ruby客户端切换接口和API的Ruby接口安装将此行添加到应用程序的Gemfile中: gem 'toggl_api'然后执行: $ bundle或者自己安装: $ gem install toggl_api用法基础API base = Toggl::Base.new "2a9800b95ef1d8d2b61d630f5df448f8" base.me(true) ##will return current user data with related data, default is false base.time_entries(Date.today) ##return today's entries = base.time_entries(Date.today - 1, Date.today)
用户评论