You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The client is far from supporting the entire API, all contributions are very welcome. New API endpoints should
81
-
be implemeneted in their own class extending `Endpoint`. Naming conventions should follow existing naming conventions
82
-
or those of the [API](http://docs.keboola.apiary.io/#). If the method contains some processing of the request or response, consult the corresponing [PHP implementation](https://github.com/keboola/storage-api-php-client) for reference. New code should be covered by tests.
83
-
84
-
Note that if you submit a PR from your own forked repository, the automated functional tests will fail. This is limitation of [Travis](https://docs.travis-ci.com/user/pull-requests/#Pull-Requests-and-Security-Restrictions). Either run the tests locally (set `KBC_TEST_TOKEN` (your token to test project) and `KBC_TEST_API_URL` (https://connection.keboola.com) variables) or ask for access. In case, you need a project for local testing, feel free to [ask for one](https://developers.keboola.com/#development-project).
76
+
be implemented in their own class extending `Endpoint`. Naming conventions should follow existing naming conventions
77
+
or those of the [API](http://docs.keboola.apiary.io/#). If the method contains some processing of the request or
78
+
response, consult the corresponding [PHP implementation](https://github.com/keboola/storage-api-php-client) for
79
+
reference. New code should be covered by tests.
80
+
81
+
Note that if you submit a PR from your own forked repository, the automated functional tests will fail.
82
+
This is expected for security reasons, please do send the PR anyway.
83
+
Either run the tests locally (set `KBC_TEST_TOKEN` (your token to test project) and
84
+
`KBC_TEST_API_URL` (https://connection.keboola.com) variables) or ask for access. In case, you need a
85
+
project for local testing, feel free to [ask for one](https://developers.keboola.com/#development-project).
85
86
86
87
The recommended workflow for making a pull request is:
0 commit comments