Hi friends, I'm working with Sentry's API and while trying to utilize a Generic extractor, I'm stuck on the pagination.
Their API returns the cursor (next page) in the response header. Is there any way to set up the generic extractor that would pick up that link parameter and request the next page?
Thanks,
Matus

Unfortunately, the generic extractor does not support pagination parameters that are returned in the response header =(
You will need a custom component here!
Hey Matus,
I think @David Esner might help here, if i am not mistaken Shopify uses the same pagination the header - it is possible you might need to design a whole Ex though. :(