c_p
10/24/2023, 11:08 AMnext
field on the response, I've set the pagination_request_style
: default
and next_page_token_path
to $.next
.
However, not sure what Response pagination style to use, because the default one is appending to URL path another page
param with the next
value in the response at every iteration, ending up with really long URL paths. The desired behaviour is: replace URL path with what's in next
field of the response 🤔c_p
10/24/2023, 11:44 AMsteve_clarke
10/29/2023, 10:07 AM