client

package
v0.1.16-beta1 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2020 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PreflightClient

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

PreflightClient can be used to talk to the Preflight backend.

func New

func New(userID, userSecret, readingsEndpoint string) (*PreflightClient, error)

New creates a new client that uses OAuth2.

func NewWithBasicAuth

func NewWithBasicAuth(authToken, readingsEndpoint string) (*PreflightClient, error)

NewWithBasicAuth creates a new client with basic authentication.

func (*PreflightClient) PostDataReadings

func (c *PreflightClient) PostDataReadings(readings []*api.DataReading) error

PostDataReadings sends a slice of readings to Preflight.

Jump to

Keyboard shortcuts

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