Documentation ¶
Index ¶
- func GetSitesLinkingIn(domainURL string, responseGroup string, accessID string, ...) *http.Response
- func GetTrafficHistory(myRange string, start string, domainURL string, responseGroup string, ...) *http.Response
- func GetUrlInfo(domainURL string, responseGroup string, accessID string, ...) *http.Response
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetSitesLinkingIn ¶
func GetSitesLinkingIn(domainURL string, responseGroup string, accessID string, secretAccessKey string) *http.Response
* This function provides us with the information on the sites linking in to a specified domain params: A domain URL string, a response group string with the required response groups, and the API credentials returns: The response with the data of the sites linking into a we data as an http.Response type
func GetTrafficHistory ¶
func GetTrafficHistory(myRange string, start string, domainURL string, responseGroup string, accessID string, secretAccessKey string) *http.Response
* This function provides us the traffic history of the given domain params: Domain name of the site, a responseGroup string for getting the traffic history, and the API credentials returns: The response with the traffic history data as an http.Response type
func GetUrlInfo ¶
func GetUrlInfo(domainURL string, responseGroup string, accessID string, secretAccessKey string) *http.Response
* This function provides us the URL information for a given domain params: The domain name string, a responseGroup string, and API credentials for the GetUrlInfo function returns: The response with the URL information as an http.Response type
Types ¶
This section is empty.