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
Copy file name to clipboardExpand all lines: docs/userguide/Iterators.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -102,8 +102,8 @@ As you can see, there are a lot of configuration parameters to pass in - and get
102
102
103
103
There are certain configuration options that the paginated iterator needs to work. These are:
104
104
105
-
Name|Description|Type|Required|Default
106
-
---|---|---|---|---
105
+
Name|Description|Type|Required|Default|
106
+
---|---|---|---|---|
107
107
resourceClass|The resource class that is instantiated when the current element is retrieved. This is relative to the parent/service which called the iterator.|string|Yes|-
108
108
baseUrl|The base URL that is used for making new calls to the API for new pages|`Guzzle\Http\Url`|Yes|-
109
109
limit.total|The total amount of resources you want to traverse in your collection. The iterator will stop as this limit is reached, regardless if there are more items in the list|int|No|10000
@@ -115,4 +115,4 @@ key.marker|The value used as the marker. It needs to represent a valid property
115
115
request.method|The HTTP method used when making API calls for new pages|string|No|GET
116
116
request.headers|The HTTP headers to send when making API calls for new pages|array|No|`array()`
117
117
request.body|The HTTP entity body to send when making API calls for new pages|`Guzzle\Http\EntityBody`|No|`null`
118
-
request.curlOptions|Additional cURL options to use when making API calls for new pages|array|No|`array()`
118
+
request.curlOptions|Additional cURL options to use when making API calls for new pages|array|No|`array()`
0 commit comments