Home > @uniformdev/redirect > RedirectClient
RedirectClient class
Signature:
Extends: ApiClient<RedirectClientOptions>
Constructors
|
Constructor |
Modifiers |
Description |
|---|---|---|
|
Constructs a new instance of the |
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
(id: string) => Promise<string> | |||
|
(options: RedirectClientGetRedirect) => Promise<RedirectDefinition | undefined> | |||
|
(options?: RedirectClientGetRedirects> | |||
|
(options?: { bypassDataCache?: boolean; }) => Promise<PathTrie>> | |||
|
(url: string, options?: RedirectOptions[]> | |||
|
(url: string, options?: RedirectOptions, useTrie?: boolean) => Promise<RedirectResult | undefined> | |||
|
|
(url: string, trie: PathTrie) => Promise<RedirectResult | undefined> | ||
|
() => Promise<void> | |||
|
(redirect: RedirectUpsertRequest["redirect"]) => Promise<string> |
Methods
|
Method |
Modifiers |
Description |
|---|---|---|
|
|