hapi icon indicating copy to clipboard operation
hapi copied to clipboard

PHP Wrapper Library for the Harvest API

Results 4 hapi issues
Sort by recently updated
recently updated
newest added

the createProject throw error that argument passed to it is an empty XML which i checked isnt. Symfony\Component\Debug\Exception\ContextErrorException: Warning: DOMDocument::loadXML(): Empty string supplied as input (uncaught exception) at /home/.../vendor/gridonic/hapi/src/Harvest/HarvestApi.php line...

Are there any plans to support Harvest API v2? https://www.getharvest.com/blog/2017/09/introducing-harvest-api-v2/

The classes `DateTime` and `DateTimeZone` are being accessed within the `Range` model class in a namespace without _backslashes_. Those classes should be accessed within the namespace with _backslashes_ or by...

Some refactoring ideas to improve the library, ideas are mostly proposed to reduce code complexity for the main classes (`HarvestApi` and `HarvestReport`): - Reduce `\Harvest\HarvestApi` (maybe rename it to `..\Connection`?)...