Skip to main content
Version: 2.0.0

AppleMusicOptions

ruvyrias


ruvyrias / AppleMusicOptions

Interface: AppleMusicOptions

Defined in: types/AppleMusic.ts:4

Represents options for fetching Apple Music data.

Properties

apiKey

apiKey: string

Defined in: types/AppleMusic.ts:8

The API key required for accessing Apple Music resources.


countryCode

countryCode: string

Defined in: types/AppleMusic.ts:6

The country code for the Apple Music store to be used for fetching data.


fetchURL?

optional fetchURL: string

Defined in: types/AppleMusic.ts:14

The custom URL used for fetching Apple Music data.


imageHeight?

optional imageHeight: number

Defined in: types/AppleMusic.ts:12

The desired height for fetched images.


imageWidth?

optional imageWidth: number

Defined in: types/AppleMusic.ts:10

The desired width for fetched images.


token?

optional token: string

Defined in: types/AppleMusic.ts:16

The authentication token for accessing Apple Music resources.