meraki

package
v0.0.0-...-f4ae709 Latest Latest
Warning

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

Go to latest
Published: Mar 15, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dashboard

type Dashboard struct {
	ApiKey  string
	BaseURL string
}

func NewDashboard

func NewDashboard(apiKey string) (Dashboard, error)

type Response

type Response struct {
	StatusCode int
	Data       string
}

func SendDeleteRequest

func SendDeleteRequest(dashboard Dashboard, endpoint string) (Response, error)

func SendGetRequest

func SendGetRequest(dashboard Dashboard, endpoint string) (Response, error)

func SendPostRequest

func SendPostRequest(dashboard Dashboard, endpoint string, body []byte) (Response, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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