madon.go
changeset 153 df8e8ca96e1a
parent 151 f87b6ca9de6d
child 154 eb83fd052cc5
equal deleted inserted replaced
152:d9e73e9df9c6 153:df8e8ca96e1a
    19 // apiCallParams is a map with the parameters for an API call
    19 // apiCallParams is a map with the parameters for an API call
    20 type apiCallParams map[string]string
    20 type apiCallParams map[string]string
    21 
    21 
    22 const (
    22 const (
    23 	// MadonVersion contains the version of the Madon library
    23 	// MadonVersion contains the version of the Madon library
    24 	MadonVersion = "1.1.0"
    24 	MadonVersion = "1.1.1"
    25 
    25 
    26 	// API version implemented in this library
    26 	// API version implemented in this library
    27 	apiVersion     = "v1"
    27 	apiVersion     = "v1"
    28 	currentAPIPath = "/api/" + apiVersion
    28 	currentAPIPath = "/api/" + apiVersion
    29 
    29