@sodiumlabs/plume-url - v1.0.6
Menu
Discord
GitHub
Preparing search index...
PlumeURL
Class PlumeURL
The client to interact with Plume URL
Index
Constructors
constructor
Methods
create
URL
delete
URL
edit
URL
get
URL
search
Properties
rest
Constructors
constructor
new
PlumeURL
(
options
?:
PlumeURLOptions
)
:
PlumeURL
Parameters
Optional
options
:
PlumeURLOptions
Returns
PlumeURL
Methods
create
URL
createURL
(
options
:
CreateURLOptions
)
:
Promise
<
URLData
>
Parameters
options
:
CreateURLOptions
Returns
Promise
<
URLData
>
delete
URL
deleteURL
(
id
:
string
)
:
Promise
<
void
>
Parameters
id
:
string
Returns
Promise
<
void
>
edit
URL
editURL
(
id
:
string
,
options
:
EditURLOptions
)
:
Promise
<
void
>
Parameters
id
:
string
options
:
EditURLOptions
Returns
Promise
<
void
>
get
URL
getURL
(
id
:
string
)
:
Promise
<
URLData
>
Parameters
id
:
string
Returns
Promise
<
URLData
>
search
search
(
__namedParameters
:
SearchURLOptions
)
:
Promise
<
SearchURLResults
>
Parameters
__namedParameters
:
SearchURLOptions
Returns
Promise
<
SearchURLResults
>
Properties
Readonly
rest
rest
:
PlumeURLREST
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
create
URL
delete
URL
edit
URL
get
URL
search
Properties
rest
Select a module...
plume-api.js
plume-url.js
gdapi
Menu
Discord
GitHub
@sodiumlabs/plume-url - v1.0.6
Loading...
The client to interact with Plume URL