Skip to content

Commit

Permalink
Reorder the sentence about paginator types and instances
Browse files Browse the repository at this point in the history
  • Loading branch information
burnash committed May 14, 2024
1 parent f9d8b56 commit bce5cc2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ These are the available paginators:
| SinglePagePaginator | `single_page` | The response will be interpreted as a single-page response, ignoring possible pagination metadata. |
| `None` | `auto` | Explicitly specify that the source should automatically detect the pagination method. |

To specify the pagination configuration, use the `paginator` field in the [client](#client) or [endpoint](#endpoint-configuration) configurations. You may use either the paginator class or the string alias in the `type` field along with the required parameters.
To specify the pagination configuration, use the `paginator` field in the [client](#client) or [endpoint](#endpoint-configuration) configurations. You may either use a dictionary with a string alias in the `type` field along with the required parameters, or use the paginator instance directly:

```py
{
Expand Down

0 comments on commit bce5cc2

Please sign in to comment.