Skip to content

Commit

Permalink
Update dlt/sources/helpers/rest_client/client.py
Browse files Browse the repository at this point in the history
Co-authored-by: Anton Burnashev <[email protected]>
  • Loading branch information
joscha and burnash authored Nov 28, 2024
1 parent dd2b891 commit 343dc8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlt/sources/helpers/rest_client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class RESTClient:
auth (Optional[AuthBase]): Authentication configuration for all requests.
paginator (Optional[BasePaginator]): Default paginator for handling paginated responses.
data_selector (Optional[jsonpath.TJsonPath]): JSONPath selector for extracting data from responses.
Only used when paginating. Use `extract_response` for other requests.
Only used in `paginate`.
session (BaseSession): HTTP session for making requests.
paginator_factory (Optional[PaginatorFactory]): Factory for creating paginator instances,
used for detecting paginators.
Expand Down

0 comments on commit 343dc8d

Please sign in to comment.