SongGuess
Preparing search index...
server/api/SoundCloudAPI
SoundCloudAPI
Class SoundCloudAPI
Index
Constructors
constructor
Properties
sg
API
Accessors
ctx
Methods
fetch
fetch
Get
fetch
Get
Json
Constructors
constructor
new
SoundCloudAPI
(
sgAPI
:
SongGuessAPI
,
client_id
:
string
,
client_secret
:
string
,
)
:
SoundCloudAPI
Parameters
sgAPI
:
SongGuessAPI
client_id
:
string
client_secret
:
string
Returns
SoundCloudAPI
Properties
Readonly
sg
API
sgAPI
:
SongGuessAPI
Accessors
ctx
get
ctx
()
:
DurableObjectState
<
{}
>
Returns
DurableObjectState
<
{}
>
Methods
fetch
fetch
(
uri
:
string
,
method
:
string
,
params
?:
string
|
string
[]
[]
|
Record
<
string
,
string
>
|
URLSearchParams
,
)
:
Promise
<
Response
>
Parameters
uri
:
string
method
:
string
Optional
params
:
string
|
string
[]
[]
|
Record
<
string
,
string
>
|
URLSearchParams
Returns
Promise
<
Response
>
fetch
Get
fetchGet
(
uri
:
string
,
params
?:
string
|
string
[]
[]
|
Record
<
string
,
string
>
|
URLSearchParams
,
)
:
Promise
<
Response
>
Parameters
uri
:
string
Optional
params
:
string
|
string
[]
[]
|
Record
<
string
,
string
>
|
URLSearchParams
Returns
Promise
<
Response
>
fetch
Get
Json
fetchGetJson
(
uri
:
string
,
params
?:
string
|
string
[]
[]
|
Record
<
string
,
string
>
|
URLSearchParams
,
)
:
Promise
<
any
>
Parameters
uri
:
string
Optional
params
:
string
|
string
[]
[]
|
Record
<
string
,
string
>
|
URLSearchParams
Returns
Promise
<
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
sg
API
Accessors
ctx
Methods
fetch
fetch
Get
fetch
Get
Json
SongGuess
Loading...