MCPcopy Create free account
hub / github.com/apache/devlake / set_next_page_param

Method set_next_page_param

backend/python/pydevlake/pydevlake/api.py:229–234  ·  view source on GitHub ↗

Modify the request to set the parameter for fetching next page, e.g. set the `page` query parameter.

(self, request, next_page_id: int | str)

Source from the content-addressed store, hash-verified

227 pass
228
229 def set_next_page_param(self, request, next_page_id: int | str):
230 """
231 Modify the request to set the parameter for fetching next page,
232 e.g. set the `page` query parameter.
233 """
234 pass
235
236
237class PagedResponse(Response):

Callers 1

next_page_requestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected