httpclient

package
v1.6.8 Latest Latest
Warning

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

Go to latest
Published: Feb 13, 2026 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	*client.Client
}

Client is a HTTP client that wraps the base HTTP client and provides typed methods for interacting with the provider API.

func New

func New(url string, opts ...client.ClientOpt) (*Client, error)

New creates a new provider HTTP client with the given base URL and options. The url parameter should point to the provider API endpoint, e.g. "http://localhost:8080/api/provider".

func (*Client) DestroyResourceInstance

func (c *Client) DestroyResourceInstance(ctx context.Context, name string, cascade bool) (*schema.DestroyResourceInstanceResponse, error)

func (*Client) GetOpenAPI

func (c *Client) GetOpenAPI(ctx context.Context, routerName string) (json.RawMessage, error)

GetOpenAPI looks up the named router instance, reads its endpoint from state, and fetches {endpoint}/openapi.json.

func (*Client) GetResourceInstance

func (c *Client) GetResourceInstance(ctx context.Context, name string) (*schema.GetResourceInstanceResponse, error)

func (*Client) ListResources

Jump to

Keyboard shortcuts

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