client

package
v0.0.0-...-5168779 Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2014 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Auth

type Auth struct {
	TeamKey string
	ApiKey  string
}

func NewAuth

func NewAuth(teamKey string, apiKey string) *Auth

type Client

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

func NewClient

func NewClient(auth *Auth) *Client

func (Client) Get

func (c Client) Get(resource string) *http.Response

type Notification

type Notification interface {
	GetNotifications(unreadOnly bool) []response.Notification
}

func NewNotification

func NewNotification(auth *Auth) Notification

Jump to

Keyboard shortcuts

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