Preparing search index...
The search index is not available
soundcloud.ts
soundcloud.ts
API
Class API
Index
Constructors
constructor
Properties
client
Id?
oauth
Token?
proxy?
headers
Accessors
headers
Methods
get
get
Client
Id
get
Client
Id
Mobile
get
Client
Id
Web
getURL
get
V2
get
Website
post
Constructors
constructor
new API
(
clientId
?
,
oauthToken
?
,
proxy
?
)
:
API
Parameters
Optional
clientId
:
string
Optional
oauthToken
:
string
Optional
proxy
:
string
Returns
API
Properties
Optional
client
Id
client
Id
?:
string
Optional
oauth
Token
oauth
Token
?:
string
Optional
proxy
proxy
?:
string
Static
headers
headers
:
{
[
key
:
string
]
:
string
;
}
= ...
Type declaration
[
key
:
string
]:
string
Accessors
headers
get
headers
(
)
:
{
[
key
:
string
]
:
string
;
}
Returns
{
[
key
:
string
]
:
string
;
}
[
key
:
string
]:
string
Methods
get
get
(
endpoint
,
params
?
)
:
Promise
<
any
>
Parameters
endpoint
:
string
Optional
params
:
{
[
key
:
string
]
:
any
;
}
[
key
:
string
]:
any
Returns
Promise
<
any
>
get
Client
Id
get
Client
Id
(
reset
?
)
:
Promise
<
string
>
Parameters
Optional
reset
:
boolean
Returns
Promise
<
string
>
get
Client
Id
Mobile
get
Client
Id
Mobile
(
)
:
Promise
<
string
>
Returns
Promise
<
string
>
get
Client
Id
Web
get
Client
Id
Web
(
)
:
Promise
<
string
>
Returns
Promise
<
string
>
getURL
getURL
(
URI
,
params
?
)
:
Promise
<
any
>
Parameters
URI
:
string
Optional
params
:
{
[
key
:
string
]
:
any
;
}
[
key
:
string
]:
any
Returns
Promise
<
any
>
get
V2
get
V2
(
endpoint
,
params
?
)
:
Promise
<
any
>
Parameters
endpoint
:
string
Optional
params
:
{
[
key
:
string
]
:
any
;
}
[
key
:
string
]:
any
Returns
Promise
<
any
>
get
Website
get
Website
(
endpoint
,
params
?
)
:
Promise
<
any
>
Parameters
endpoint
:
string
Optional
params
:
{
[
key
:
string
]
:
any
;
}
[
key
:
string
]:
any
Returns
Promise
<
any
>
post
post
(
endpoint
,
params
?
)
:
Promise
<
any
>
Parameters
endpoint
:
string
Optional
params
:
{
[
key
:
string
]
:
any
;
}
[
key
:
string
]:
any
Returns
Promise
<
any
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
constructor
client
Id
oauth
Token
proxy
headers
headers
get
get
Client
Id
get
Client
Id
Mobile
get
Client
Id
Web
getURL
get
V2
get
Website
post
soundcloud.ts
Loading...