SpotifyApiSpotify LogoJS

FetchOptions src/Interface.ts#L58

The options necessary for the fetch function in Client.


Properties:

NameTypeDescription
bodyRecord<string, string | number | boolean | string | number | boolean[]>The json body to send if available.
OPTIONAL
headersRecord<string, string>The headers to apply.
OPTIONAL
methodMethodsThe method type.
OPTIONAL
paramsRecord<string, any>Search query parameters.
OPTIONAL