requests

package
v1.40.6 Latest Latest
Warning

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

Go to latest
Published: Jan 18, 2024 License: Apache-2.0 Imports: 16 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 interface {
	DoRequest(method string, uri string, body interface{}) ([]byte, *errors.ApiError)
	DoRequestOut(method string, uri string, body interface{}, dataOut interface{}) *errors.ApiError
}

func NewHttpClient

func NewHttpClient() Client

type GraphClient

type GraphClient interface {
	DoRequest(uri string, query interface{}, variables map[string]interface{}) ([]byte, *errors.ApiError)
}

func NewGraphClient

func NewGraphClient() GraphClient

Jump to

Keyboard shortcuts

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