Interface SpotifyAPIClientOptions

Spotify API client Client Options

Hierarchy

  • SpotifyAPIClientOptions

Properties

Properties

Client auth options

fetch?: ((input: RequestInfo | URL, init?: RequestInit) => Promise<Response>)

Type declaration

    • (input: RequestInfo | URL, init?: RequestInit): Promise<Response>
    • A custom fetch implementation.

      Parameters

      • input: RequestInfo | URL
      • Optional init: RequestInit

      Returns Promise<Response>

url?: string

The URL of the Spotify API server

Generated using TypeDoc