redirecturl

package
v2.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 13, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Code generated by "gen"; DO NOT EDIT. This file is meant to be re-generated in place and/or deleted at any time.

Package redirecturl provides the Redirect URLs API.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Create

func Create(ctx context.Context, params *CreateParams) (*clerk.RedirectURL, error)

Create creates a new redirect url.

func Delete

func Delete(ctx context.Context, id string) (*clerk.DeletedResource, error)

Delete deletes a redirect url.

func Get

func Get(ctx context.Context, id string) (*clerk.RedirectURL, error)

Get retrieves details for a redirect url by ID.

func List

func List(ctx context.Context, params *ListParams) (*clerk.RedirectURLList, error)

List returns a list of redirect urls.

Types

type Client

type Client struct {
	Backend clerk.Backend
}

Client is used to invoke the Redirect URLs API.

func NewClient

func NewClient(config *clerk.ClientConfig) *Client

func (*Client) Create

func (c *Client) Create(ctx context.Context, params *CreateParams) (*clerk.RedirectURL, error)

Create creates a new redirect url.

func (*Client) Delete

func (c *Client) Delete(ctx context.Context, id string) (*clerk.DeletedResource, error)

Delete deletes a redirect url.

func (*Client) Get

func (c *Client) Get(ctx context.Context, id string) (*clerk.RedirectURL, error)

Get retrieves details for a redirect url by ID.

func (*Client) List

func (c *Client) List(ctx context.Context, params *ListParams) (*clerk.RedirectURLList, error)

List returns a list of redirect urls.

type CreateParams

type CreateParams struct {
	clerk.APIParams
	URL *string `json:"url,omitempty"`
}

type ListParams

type ListParams struct {
	clerk.APIParams
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL