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.

Link to this type items(item_type) View Source
items(item_type) :: [item_type]

The requested data.

Link to this type limit() View Source
limit() :: integer()

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)

Link to this type offset() View Source
offset() :: integer()

The offset of the items returned (as set in the query or by default).

Link to this type previous() View Source
previous() :: String.t() | nil

URL to the previous page of items. ( null if none)

Link to this type total() View Source
total() :: integer()

The total number of items available to return.