rest_api: rename json_response
paginator to json_link
#513
Labels
enhancement
New feature or request
json_response
paginator to json_link
#513
Description
Currently, in the rest_api there are two paginators which use URL of the next page to paginate the results:
json_response
andheader_link
.json_response
uses thenext
key in the JSON response, whileheader_link
uses theLink
header of the response.Proposal
To be more consistent with the naming, and better reflect the actual functionality, we should rename the
json_response
paginator tojson_link
.Task
json_response
paginator tojson_link
in the rest_api module.Related issues
dlt-hub/dlt#1495
The text was updated successfully, but these errors were encountered: