Extracts items from a single page response. May be async
Optionalrel?: stringLink relation to follow. Defaults to 'next'
OptionalgetLinkHeader?: (response: TResponse) => string | null | undefinedOptional: returns the raw Link header value.
Defaults to response.headers.get('link'), which works with a fetch Response.
URL of the first page