Skip to content

Commit

Permalink
Update paginator type from json_response to json_link (#2093)
Browse files Browse the repository at this point in the history
  • Loading branch information
burnash authored Nov 24, 2024
1 parent bfd0b52 commit a150f56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ source = rest_api_source({
"token": dlt.secrets["your_api_token"],
},
"paginator": {
"type": "json_response",
"type": "json_link",
"next_url_path": "paging.next",
},
},
Expand Down
2 changes: 1 addition & 1 deletion docs/website/docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ source = rest_api_source({
"token": dlt.secrets["your_api_token"],
},
"paginator": {
"type": "json_response",
"type": "json_link",
"next_url_path": "paging.next",
},
},
Expand Down

0 comments on commit a150f56

Please sign in to comment.