Skip to content

Commit

Permalink
docs(rest_client): note about data_selector (#2101)
Browse files Browse the repository at this point in the history
joscha authored Nov 28, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 2078754 commit eefe77b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dlt/sources/helpers/rest_client/client.py
Original file line number Diff line number Diff line change
@@ -58,6 +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 in `paginate`.
session (BaseSession): HTTP session for making requests.
paginator_factory (Optional[PaginatorFactory]): Factory for creating paginator instances,
used for detecting paginators.

0 comments on commit eefe77b

Please sign in to comment.