mirror of
https://github.com/retailcrm/api-client-go.git
synced 2025-04-03 13:13:37 +03:00
doc link
This commit is contained in:
parent
a91d42f741
commit
314483fe58
2 changed files with 3 additions and 0 deletions
|
@ -279,6 +279,8 @@ func (c *Client) APICredentials() (CredentialResponse, int, error) {
|
|||
|
||||
// APISystemInfo get info about system
|
||||
//
|
||||
// For more information see http://www.retailcrm.pro/docs/Developers/ApiVersion5#get--api-system-info
|
||||
//
|
||||
// Example:
|
||||
//
|
||||
// var client = retailcrm.New("https://demo.url", "09jIJ")
|
||||
|
|
|
@ -39,6 +39,7 @@ type CredentialResponse struct {
|
|||
SitesAvailable []string `json:"sitesAvailable,omitempty"`
|
||||
}
|
||||
|
||||
// SystemInfoResponse return system info.
|
||||
type SystemInfoResponse struct {
|
||||
Success bool `json:"success,omitempty"`
|
||||
SystemVersion string `json:"systemVersion,omitempty"`
|
||||
|
|
Loading…
Add table
Reference in a new issue