mirror of
https://github.com/retailcrm/api-client-go.git
synced 2025-04-03 13:13:37 +03:00
godoc ApiVersions
This commit is contained in:
parent
5eabaf4472
commit
28f6100aaa
1 changed files with 11 additions and 11 deletions
22
v5/client.go
22
v5/client.go
|
@ -144,21 +144,21 @@ func fillSite(p *url.Values, site []string) {
|
|||
//
|
||||
// Example:
|
||||
//
|
||||
// var client = v5.New("https://demo.url", "09jIJ")
|
||||
// var client = v5.New("https://demo.url", "09jIJ")
|
||||
//
|
||||
// data, status, err := client.ApiVersions()
|
||||
// data, status, err := client.ApiVersions()
|
||||
//
|
||||
// if err.ErrorMsg != "" {
|
||||
// fmt.Printf("%v", err.ErrorMsg)
|
||||
// }
|
||||
// if err.ErrorMsg != "" {
|
||||
// fmt.Printf("%v", err.ErrorMsg)
|
||||
// }
|
||||
//
|
||||
// if status >= http.StatusBadRequest {
|
||||
// fmt.Printf("%v", err.ErrorMsg)
|
||||
// }
|
||||
// if status >= http.StatusBadRequest {
|
||||
// fmt.Printf("%v", err.ErrorMsg)
|
||||
// }
|
||||
//
|
||||
// for _, value := range data.versions {
|
||||
// fmt.Printf("%v\n", value)
|
||||
// }
|
||||
// for _, value := range data.versions {
|
||||
// fmt.Printf("%v\n", value)
|
||||
// }
|
||||
func (c *Client) ApiVersions() (*VersionResponse, int, ErrorResponse) {
|
||||
var resp VersionResponse
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue