client

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Sep 15, 2017 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Login

func Login() error

Types

type PasswordTokenResponse

type PasswordTokenResponse struct {
	AccessToken string `json:"access_token"`
	CreatedAt   int16  `json:"created_at"`
	Data        struct {
		Id         string `json:"id"`
		Attributes struct {
			FullName string `json:"full-name"`
		}
	}
}

func GetAuthenticationFile

func GetAuthenticationFile() *PasswordTokenResponse

Jump to

Keyboard shortcuts

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