Spotify Web API v0.4.0 Spotify.Pagings View Source
Pagings Objects.
Link to this section Summary
Types
The cursors used to find the next set of items
A link to the Web API endpoint returning the full result of the request
The requested data
The maximum number of items in the response (as set in the query or by default)
URL to the next page of items. ( null if none)
The offset of the items returned (as set in the query or by default)
URL to the previous page of items. ( null if none)
The total number of items available to return
Link to this section Types
The cursors used to find the next set of items.
A link to the Web API endpoint returning the full result of the request.
The requested data.
The maximum number of items in the response (as set in the query or by default).
URL to the next page of items. ( null if none)
The offset of the items returned (as set in the query or by default).
URL to the previous page of items. ( null if none)
The total number of items available to return.