Skip to content

Commit

Permalink
minor changes in streams.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ghilmanrandhawa committed Apr 27, 2022
1 parent 252f283 commit 237f8a7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def __init__(self, junip_store_key, **kwargs):

def next_page_token(self, response: requests.Response) -> Optional[Mapping[str, Any]]:
"""
This method used to do pagination strategy
Implements the pagination approach for stream.
Returns: Next page token
"""
Expand All @@ -35,7 +35,7 @@ def request_params(
self, stream_state: Mapping[str, Any], stream_slice: Mapping[str, any] = None, next_page_token: Mapping[str, Any] = None
) -> MutableMapping[str, Any]:
"""
This method is for add query params in request URL
Adds query params in requested URL.
"""
params = {}

Expand Down

0 comments on commit 237f8a7

Please sign in to comment.