client

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 5, 2015 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HTTPAPISessionClient

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

func (*HTTPAPISessionClient) Get

func (p *HTTPAPISessionClient) Get(cookies map[string]string) (values map[string]interface{}, err error)

type SessionClient

type SessionClient interface {
	Get(cookies map[string]string) (values map[string]interface{}, err error)
}

func NewHTTPAPISessionClient

func NewHTTPAPISessionClient(sessionServerUrl string, apiHeader string, apiName string, timeout time.Duration) SessionClient

Jump to

Keyboard shortcuts

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