An origin server may limit the number of results that are included in the payload of the response message. The remaining results can then be retrieved via additional requests using the offset parameter. Getting all results is possible with the currently API, but cumbersome. This PR adds a get_remaining parameter to search methods that facilitates retrieval of all search results.
An origin server may limit the number of results that are included in the payload of the response message. The remaining results can then be retrieved via additional requests using the
offset
parameter. Getting all results is possible with the currently API, but cumbersome. This PR adds aget_remaining
parameter to search methods that facilitates retrieval of all search results.