cs_sdk

package
v0.0.19 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2025 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var VERSION = "v3"

Functions

func GetUrl added in v0.0.5

func GetUrl(useManagementToken bool) string

func Request

func Request(path string, method string, body map[string]interface{}, useManagementToken bool) (map[string]interface{}, error)

func RequestRaw

func RequestRaw(path string, method string, body map[string]interface{}, useManagementToken bool) (*http.Response, error)

Types

type HttpClient added in v0.0.18

type HttpClient interface {
	Do(req *http.Request) (*http.Response, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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