Harvest::Service
A Harvest client.
Constants
BASE_URI = URI.parse("https://api.harvestapp.com/v2/")
Constructors
Instance methods
Perform a GET request on the given path.
Handles pagination and yields the klass to the block for each page.
time_entries(*, from : Time | Nil = nil, to : Time | Nil = nil, user : Int | String | User | UserRef | Nil = nil, updated_since : Time | Nil = nil)
Get time entries.
Entries can be limited by from, to and user.
time_entries(*, from : Time | Nil = nil, to : Time | Nil = nil, user : Int | String | User | UserRef | Nil = nil, updated_since : Time | Nil = nil, &)
Get time entries.
Entries can be limited by from, to and user.
Get users.
Users can be limited to active users.