Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶ added in v0.1.0
type Client struct {
ApiKey string
}
func (*Client) GetApp ¶ added in v0.2.0
func (c *Client) GetApp(organization, platform, packageName string) (*GetAppResponse, error)
type Enterprise ¶ added in v0.2.0
type GetAppResponse ¶ added in v0.2.0
type GetAppResponse struct {
ResponseBase
App App `json:"application"`
}
type GetAppsResponse ¶ added in v0.2.0
type GetAppsResponse struct {
ResponseBase
Apps []App `json:"applications"`
}
type Owner ¶ added in v0.2.0
type Owner struct {
Type string `json:"type"`
Name string `json:"name"`
Description string `json:"description"`
URL string `json:"url"`
Enterprise Enterprise `json:"enterprise"`
}
type ResponseBase ¶ added in v0.2.0
type UploadResponse ¶ added in v0.2.1
type UploadResponse struct {
ResponseBase
Results Results `json:"results"`
}
Click to show internal directories.
Click to hide internal directories.