Skip to content

Commit 1459e91

Browse files
docs: Remove unsupported previous_token from HATEOAS example (#1721)
1 parent 85e8e88 commit 1459e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/pagination-classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class MyStream(RESTStream):
5353
from singer_sdk.pagination import BaseHATEOASPaginator
5454

5555
class MyPaginator(BaseHATEOASPaginator):
56-
def get_next_url(self, response, previous_token):
56+
def get_next_url(self, response):
5757
data = response.json()
5858
return data.get("next")
5959

0 commit comments

Comments
 (0)