Skip to content

Latest commit

 

History

History
246 lines (176 loc) · 6 KB

README.md

File metadata and controls

246 lines (176 loc) · 6 KB

radio-browser-api

radio-browser-api

Table of contents

Classes

Type aliases

Variables

Type aliases

AdvancedStationQuery

Ƭ AdvancedStationQuery: { bitrateMax?: string ; bitrateMin?: string ; codec?: string ; country?: string ; countryCode?: string ; countryExact?: boolean ; hasGeoInfo?: boolean ; language?: string ; languageExact?: boolean ; name?: string ; nameExact?: boolean ; state?: string ; stateExact?: boolean ; tag?: string ; tagExact?: boolean ; tagList?: string[] } & StationQuery

Defined in

constants.ts:123


CountryResult

Ƭ CountryResult: Object

Type declaration

Name Type
name string
stationcount number

Defined in

constants.ts:155


CountryStateResult

Ƭ CountryStateResult: CountryResult & { country: string }

Defined in

constants.ts:167


Query

Ƭ Query: { hideBroken?: boolean ; order?: "name" | "stationcount" ; reverse?: boolean } & Record<string, any>

Defined in

constants.ts:145


Station

Ƭ Station: Object

Type declaration

Name Type
bitrate number
changeId string
clickCount number
clickTimestamp Date
clickTrend number
codec string
country string
countryCode string
favicon string
geoLat? number | null
geoLong? number | null
hls boolean
homepage string
id string
language string[]
lastChangeTime Date
lastCheckOk boolean
lastCheckOkTime Date
lastCheckTime Date
lastLocalCheckTime Date
name string
state string
tags string[]
url string
urlResolved string
votes number

Defined in

constants.ts:79


StationQuery

Ƭ StationQuery: Object

Type declaration

Name Type
hideBroken? boolean
limit? number
offset? number
order? keyof typeof StationSearchOrder
removeDuplicates? boolean
reverse? boolean

Defined in

constants.ts:111


StationResponse

Ƭ StationResponse: Object

Type declaration

Name Type
bitrate number
changeuuid string
clickcount number
clicktimestamp string
clicktrend number
codec string
country string
countrycode string
favicon string
geo_lat? number | null
geo_long? number | null
hls number
homepage string
language string
lastchangetime string
lastcheckok number
lastcheckoktime string
lastchecktime string
lastlocalchecktime string
name string
state string
stationuuid string
tags string
url string
url_resolved string
votes number

Defined in

constants.ts:47


TagResult

Ƭ TagResult: CountryResult

Defined in

constants.ts:163

Variables

StationSearchOrder

Const StationSearchOrder: Object

Type declaration

Name Type
bitrate "bitrate"
clickCount "clickCount"
clickTimeStamp "clickTimeStamp"
clickTrend "clickTrend"
codec "codec"
country "country"
favicon "favicon"
homepage "homepage"
language "language"
lastCheckOK "lastCheckOK"
lastCheckTime "lastCheckTime"
name "name"
random "random"
state "state"
tags "tags"
url "url"
votes "votes"

Defined in

constants.ts:4


StationSearchType

Const StationSearchType: Object

Type declaration

Name Type
byCodec "byCodec"
byCodexExact "byCodecExact"
byCountry "byCountry"
byCountryCodeExact "byCountryCodeExact"
byCountryExact "byCountryExact"
byLanguage "byLanguage"
byLanguageExact "byLanguageExact"
byName "byName"
byNameExact "byNameExact"
byState "byState"
byStateExact "byStateExact"
byTag "byTag"
byTagExact "byTagExact"
byUuid "byUuid"

Defined in

constants.ts:27