client

package
v0.0.0-...-162d0cd Latest Latest
Warning

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

Go to latest
Published: Sep 25, 2019 License: MIT Imports: 28 Imported by: 1

Documentation

Index

Constants

View Source
const (
	// DefaultHost is the default Host
	// found in Meta (info) section of spec file
	DefaultHost string = "billtrustdev.looker.com:19999"
	// DefaultBasePath is the default BasePath
	// found in Meta (info) section of spec file
	DefaultBasePath string = "/api/3.0"
)

Variables

View Source
var Default = NewHTTPClient(nil)

Default looker api30 reference HTTP client.

View Source
var DefaultSchemes = []string{"https"}

DefaultSchemes are the default schemes found in Meta (info) section of spec file

Functions

This section is empty.

Types

type LookerAPI30Reference

type LookerAPI30Reference struct {
	APIAuth *api_auth.Client

	Auth *auth.Client

	Config *config.Client

	Connection *connection.Client

	Content *content.Client

	Dashboard *dashboard.Client

	DataAction *data_action.Client

	Datagroup *datagroup.Client

	Group *group.Client

	Homepage *homepage.Client

	Integration *integration.Client

	Look *look.Client

	LookmlModel *lookml_model.Client

	Project *project.Client

	Query *query.Client

	RenderTask *render_task.Client

	Role *role.Client

	RunningQueries *running_queries.Client

	ScheduledPlan *scheduled_plan.Client

	Session *session.Client

	Space *space.Client

	SQLQuery *sql_query.Client

	User *user.Client

	UserAttribute *user_attribute.Client

	Workspace *workspace.Client

	Transport runtime.ClientTransport
}

LookerAPI30Reference is a client for looker api30 reference

func New

New creates a new looker api30 reference client

func NewHTTPClient

func NewHTTPClient(formats strfmt.Registry) *LookerAPI30Reference

NewHTTPClient creates a new looker api30 reference HTTP client.

func NewHTTPClientWithConfig

func NewHTTPClientWithConfig(formats strfmt.Registry, cfg *TransportConfig) *LookerAPI30Reference

NewHTTPClientWithConfig creates a new looker api30 reference HTTP client, using a customizable transport config.

func (*LookerAPI30Reference) SetTransport

func (c *LookerAPI30Reference) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client and all its subresources

type TransportConfig

type TransportConfig struct {
	Host     string
	BasePath string
	Schemes  []string
}

TransportConfig contains the transport related info, found in the meta section of the spec file.

func DefaultTransportConfig

func DefaultTransportConfig() *TransportConfig

DefaultTransportConfig creates a TransportConfig with the default settings taken from the meta section of the spec file.

func (*TransportConfig) WithBasePath

func (cfg *TransportConfig) WithBasePath(basePath string) *TransportConfig

WithBasePath overrides the default basePath, provided by the meta section of the spec file.

func (*TransportConfig) WithHost

func (cfg *TransportConfig) WithHost(host string) *TransportConfig

WithHost overrides the default host, provided by the meta section of the spec file.

func (*TransportConfig) WithSchemes

func (cfg *TransportConfig) WithSchemes(schemes []string) *TransportConfig

WithSchemes overrides the default schemes, provided by the meta section of the spec file.

Jump to

Keyboard shortcuts

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