clockify-api icon indicating copy to clipboard operation
clockify-api copied to clipboard

PHP client for Clockify.me API https://clockify.me/developers-api

Results 2 clockify-api issues
Sort by recently updated
recently updated
newest added

If I don't use projects, tags or tasks in Clockify, the TimeEntryDto is not working, it gives must the following error : `JDecool\Clockify\Model\TimeEntryDtoImpl::__construct(): Argument #6 ($tagIds) must be of type...

``` $user = $apiFactory->userApi(); $timesApi = $apiFactory->timeEntryApi(); $search = [ 'project-required' => false, 'task-required' => false, ]; $timeItems = $timesApi->find($_ENV['C_SPACE_ID'], $user->current()->id(), $search); ``` Crete next url: `/time-entriesproject-required=0&task-required=0`