Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
type ApplicationList ¶
type ApplicationList struct { XMLName xml.Name `xml:"applist"` Applications []Application `xml:"app"` }
func GetApplicationList ¶
func GetApplicationList(apiKeyID, apiKeySecret string) (ApplicationList, error)
GetApplicationList returns a list of applications.
Click to show internal directories.
Click to hide internal directories.