class PlumeURL

export default class PlumeURL

The client to interact with Plume URL.

Constructors

constructor(
options?: PlumeURLOptions
)

Constructs a new instance of the PlumeURL class

readonly
rest : PlumeURLREST

createURL() : Promise<URLData>

Create a new shortened URL.

deleteURL(
id: string
) : Promise<void>

Delete an URL.

editURL() : Promise<void>

Edit an URL.

getURL(
id: string
) : Promise<URLData>

Get an URL.

Search URLs.