Documentation
¶
Overview ¶
Package ssllabs provides API access on Qualys SSL Labs. The use of this client is subject to https://www.ssllabs.com/about/terms.html
Index ¶
Constants ¶
View Source
const ( TrustStoreMozilla = "1" TrustStoreMacOS = "2" TrustStoreAndroid = "3" TrustStoreJava = "4" TrustStoreWindows = "5" )
View Source
const ( // Base string for API endpoints BaseURL = "https://api.ssllabs.com/api/v3" // Base string for beta API endpoints BaseURLDev = "https://api.dev.ssllabs.com/api/v3" )
Variables ¶
This section is empty.
Functions ¶
func OptionBaseURL ¶
OptionBaseURL is the functional option to change the base URL for API access
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is the ssllabs client for API access
func (*Client) GetRootCertsRaw ¶
func (*Client) GetStatusCodes ¶
func (c *Client) GetStatusCodes() (*StatusCodes, *http.Response, error)
GetStatusCodes is interface to /getStatusCodes
type StatusCodes ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.