Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Default = NewHTTPClient(nil)
Default looker api30 reference HTTP client.
Functions ¶
This section is empty.
Types ¶
type LookerAPI30Reference ¶
type LookerAPI30Reference struct {
APIAuth *api_auth.Client
Auth *auth.Client
Config *config.Client
Connection *connection.Client
Dashboard *dashboard.Client
Look *look.Client
Project *project.Client
Query *query.Client
Role *role.Client
RunningQueries *running_queries.Client
Space *space.Client
SqlQuery *sql_query.Client
User *user.Client
Transport runtime.ClientTransport
}
LookerAPI30Reference is a client for looker api30 reference
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) *LookerAPI30Reference
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 (*LookerAPI30Reference) SetTransport ¶
func (c *LookerAPI30Reference) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client and all its subresources
Click to show internal directories.
Click to hide internal directories.