Skip to content

Commit f9e86b1

Browse files
committed
added more docs
1 parent 0368af0 commit f9e86b1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
# A PHP Client for Harvest API
22

3+
![example workflow](https://github.com/jolicode/harvest-php-api/actions/workflows/tests.yml/badge.svg)
4+
35
[Harvest](https://www.getharvest.com/) is a time tracking and invoicing tool.
46

5-
This PHP SDK is generated automatically with [JanePHP](https://github.com/janephp/janephp) using a [Harvest OpenAPI specification](https://github.com/jolicode/harvest-openapi-generator/) generated from the HTML documentation.
7+
This PHP SDK is generated automatically with [JanePHP](https://github.com/janephp/janephp) using a [Harvest OpenAPI specification](https://github.com/jolicode/harvest-openapi-generator/) generated from the HTML documentation. It means that:
8+
9+
* all the API endpoints and parameters are supported. See the [list of available endpoints](doc/index.md#available-operations);
10+
* when the documentation changes, it is easy to update the library and keep up-to-date.
611

12+
The API is tested against the examples provided by the Harvest API documentation.
713

814
## Installation
915

0 commit comments

Comments
 (0)