homegraph

package
v0.0.0-...-8076601 Latest Latest
Warning

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

Go to latest
Published: May 15, 2021 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const ApiEndpoint = "https://homegraph.googleapis.com/v1/"
View Source
const ApiScope = "https://www.googleapis.com/auth/homegraph"

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

func Dial

func Dial(credentialsJsonFile string) (Client, error)

func (Client) RequestResync

func (c Client) RequestResync(agentUserId string) error

type Response

type Response struct {
	Error struct {
		Code    int    `json:"code"`
		Message string `json:"message"`
		Status  string `json:"status"`
	} `json:"error"`
}

Jump to

Keyboard shortcuts

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