HarmonyLink Documentation
- README
- Globals
- HarmonyLink
- Node
- Player
- Queue
- Track
- Response
- ConnectionHandler
- WebSocketClosedEvent
- TrackStuckEvent
- TrackStartEvent
- TrackExceptionEvent
- TrackEndEvent
- TrackDataInfo
- SetStateUpdate
- PlayerOptions
- PlayerEvents
- NodeStats
- NodeOption
- NodeInfo
- NodeGroup
- NodeEvents
- LavalinkNodeStatsPacket
- HarmonyLinkRequesterOptions
- HarmonyLinkEvents
- HarmonyLinkConfiguration
- FrequenCInfo
- FiltersOptions
- ErrorResponses
- FailingAddresses
- DistortionOptions
- ConnectionOptions
- Config
- ChannelMixOptions
- NodeType
- DiscordVoiceStates
- PlayerConnectionState
- PlayerLoop
- VoiceConnectionState
- AbstractPlugin
- DJSLibrary
- ErisJS
- OceanicJS
- CamelToSnake
- DefaultOptions
- GetDefaultConnectionOptions
- GetDefaultNodeStats
- LoadPlugins
- ParseHarmonyLinkConfig
- ParseOptions
- SnakeToCamel
- AnyOtherPacket
- Band
- IPBlockType
- LavalinkPlayerUpdatePacket
- LavalinkReadyPacket
- NoPlaylistInfo
- PacketVoiceServerUpdate
- PacketVoiceStateUpdate
- PlayerEvent
- PlayerObjectFromAPI
- PlayerState
- PlaylistInfoFound
- ResolveOptions
- RoutePlannerStatusBIRP
- RoutePlannerStatusBase
- RoutePlannerStatusNIRP
- RoutePlannerStatusRIRP
- RoutePlannerStatusRNIP
- TrackData
- TrackLoadResultEmpty
- TrackLoadResultPlaylist
- TrackLoadResultSearch
- TrackLoadResultTrack
- TrackLoadingResultException
- UpdatePlayerInfo
- UpdatePlayerOptions
- UpdatePlayerTrack
- VoiceServer
- KaraokeOptions
- LowPassOptions
- RotationOptions
- TimescaleOptions
- TremoloOptions
- VibratoOptions
- EventData
- LavaLinkLoadTypes
- LavalinkEventPacket
- LavalinkPackets
- LoadTrackResult
- NodeLinkV2LoadTypes
- NodeOptions
- Packet
- PartialNull
- PlayerEventType
- PlaylistInfo
- RequiredHarmonyLinkConfiguration
- RoutePlannerStatus
- RoutePlannerStatusDisabled
- Severity
- Snowflake
- TDateISO
- TDateISODate
- TDateISOTime
- TDay
- THours
- TMilliseconds
- TMinutes
- TMonth
- TSeconds
- TYear
- TrackEndReason
- Config
HarmonyLinkRequesterOptions
harmonylink • Docs
harmonylink / HarmonyLinkRequesterOptions
Interface: HarmonyLinkRequesterOptions
Extends
RequestInit
Properties
body?
optional
body:BodyInit
Inherited from
RequestInit.body
Defined in
node_modules/undici-types/fetch.d.ts:108
credentials?
optional
credentials:RequestCredentials
Inherited from
RequestInit.credentials
Defined in
node_modules/undici-types/fetch.d.ts:112
data?
optional
data:any
Defined in
src/typings/node/index.ts:35
dispatcher?
optional
dispatcher:Dispatcher
Inherited from
RequestInit.dispatcher
Defined in
node_modules/undici-types/fetch.d.ts:117
duplex?
optional
duplex:"half"
Inherited from
RequestInit.duplex
Defined in
node_modules/undici-types/fetch.d.ts:118
headers?
optional
headers:HeadersInit
Inherited from
RequestInit.headers
Defined in
node_modules/undici-types/fetch.d.ts:107
integrity?
optional
integrity:string
Inherited from
RequestInit.integrity
Defined in
node_modules/undici-types/fetch.d.ts:110
keepalive?
optional
keepalive:boolean
Inherited from
RequestInit.keepalive
Defined in
node_modules/undici-types/fetch.d.ts:106
method
method:
"DELETE"
|"GET"
|"PATCH"
|"POST"
|"PUT"
Overrides
RequestInit.method
Defined in
src/typings/node/index.ts:37
mode?
optional
mode:RequestMode
Inherited from
RequestInit.mode
Defined in
node_modules/undici-types/fetch.d.ts:113
params?
optional
params:string
|Record
<string
,string
>
Defined in
src/typings/node/index.ts:34
path
path:
string
Defined in
src/typings/node/index.ts:36
redirect?
optional
redirect:RequestRedirect
Inherited from
RequestInit.redirect
Defined in
node_modules/undici-types/fetch.d.ts:109
referrer?
optional
referrer:string
Inherited from
RequestInit.referrer
Defined in
node_modules/undici-types/fetch.d.ts:114
referrerPolicy?
optional
referrerPolicy:ReferrerPolicy
Inherited from
RequestInit.referrerPolicy
Defined in
node_modules/undici-types/fetch.d.ts:115
signal?
optional
signal:AbortSignal
Inherited from
RequestInit.signal
Defined in
node_modules/undici-types/fetch.d.ts:111
window?
optional
window:null
Inherited from
RequestInit.window
Defined in
node_modules/undici-types/fetch.d.ts:116