Skip to content

Commit bc80ef6

Browse files
author
Jamie Hannaford
committed
Update Iterators.md
1 parent 21da0fa commit bc80ef6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/userguide/Iterators.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ As you can see, there are a lot of configuration parameters to pass in - and get
102102

103103
There are certain configuration options that the paginated iterator needs to work. These are:
104104

105-
Name|Description|Type|Required|Default
106-
---|---|---|---|---
105+
Name|Description|Type|Required|Default|
106+
---|---|---|---|---|
107107
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|-
108108
baseUrl|The base URL that is used for making new calls to the API for new pages|`Guzzle\Http\Url`|Yes|-
109109
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
115115
request.method|The HTTP method used when making API calls for new pages|string|No|GET
116116
request.headers|The HTTP headers to send when making API calls for new pages|array|No|`array()`
117117
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

Comments
 (0)