Interface SpotifyRequestOptions

Hierarchy

  • SpotifyRequestOptions

Properties

body?: any

The body data to include in the request

contentType?: string

The request header content type

A valid fetch request method to make the Spotify API request

params?: Record<string, SpotifyParamValues>

Querystring parameters to append to the request url

url: string

The endpoint url to make the request to

Generated using TypeDoc