harvest.cr
Harvest.cr
Minimal client for the Harvest time tracing service, developed for Combine.
Note: Currently only tested with the "Timer mode" company preference set to "Track time via duration". If you're using "Track time via start and end time", you'll have to test thoroughly.
Installation
-
Add the dependency to your
shard.yml
:dependencies: harvest: github: xendk/harvest.cr
-
Run
shards install
Usage
require "harvest"
Basic usage:
harvest = Harvest.new(account_id, token)
pp harvest.time_entries(from: from_date, to: to_date)
See src/cli.cr
for an small example. It can be built with shards build
and is handy for testing.
Contributing
- Fork it (https://github.com/xendk/harvest/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- Thomas Fini Hansen - creator and maintainer
Repository
harvest.cr
Owner
Statistic
- 0
- 0
- 0
- 1
- 1
- 4 months ago
- May 28, 2024
License
MIT License
Links
Synced at
Thu, 07 Nov 2024 00:48:39 GMT
Languages