client

package
v0.0.12 Latest Latest
Warning

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

Go to latest
Published: Feb 17, 2023 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const DefaultDebrickedUri = "https://debricked.com"

Variables

This section is empty.

Functions

func NewRetryClient added in v0.0.10

func NewRetryClient() *retryablehttp.Client

Types

type DebClient

type DebClient struct {
	// contains filtered or unexported fields
}

func NewDebClient

func NewDebClient(accessToken *string, httpClient IClient) *DebClient

func (*DebClient) Get

func (debClient *DebClient) Get(uri string, format string) (*http.Response, error)

func (*DebClient) Post

func (debClient *DebClient) Post(uri string, contentType string, body *bytes.Buffer) (*http.Response, error)

type IClient added in v0.0.10

type IClient interface {
	Do(req *retryablehttp.Request) (*http.Response, error)
	Post(url, bodyType string, body interface{}) (*http.Response, error)
}

type IDebClient

type IDebClient interface {
	// Post makes a POST request to one of Debricked's API endpoints
	Post(uri string, contentType string, body *bytes.Buffer) (*http.Response, error)
	// Get makes a GET request to one of Debricked's API endpoints
	Get(uri string, format string) (*http.Response, error)
}

Jump to

Keyboard shortcuts

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