File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ See [documentation](doc/customize.md) to know how to customize the client timeou
13
13
* The ` setHttpClient ` method have been removed. Use a ` Gitlab\HttpClient\Builder ` instead.
14
14
* The ` getHttpClient ` method return type is changed to ` Http\Client\Common\HttpMethodsClient ` .
15
15
16
+ ## ` Gitlab\Api\AbstractApi ` changes
17
+
18
+ * The ` PER_PAGE ` class constant have been removed.
19
+
16
20
## ` Gitlab\Api\DeployKeys ` changes
17
21
18
22
* The ` all ` method now take a single argument which is an associative array of query string parameters.
Original file line number Diff line number Diff line change 19
19
*/
20
20
abstract class AbstractApi implements ApiInterface
21
21
{
22
- /**
23
- * Default entries per page
24
- */
25
- const PER_PAGE = 20 ;
26
-
27
22
/**
28
23
* The client
29
24
*
You can’t perform that action at this time.
0 commit comments