Skip to content

Commit

Permalink
Merge branch 'main' into http-connector
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored May 23, 2023
2 parents e237760 + 1459e91 commit 1c105be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/pagination-classes.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class MyStream(RESTStream):
from singer_sdk.pagination import BaseHATEOASPaginator

class MyPaginator(BaseHATEOASPaginator):
def get_next_url(self, response, previous_token):
def get_next_url(self, response):
data = response.json()
return data.get("next")

Expand Down

0 comments on commit 1c105be

Please sign in to comment.