madon.go
changeset 192 87eda713b614
parent 180 33db1dac6d63
child 195 21994b03e339
equal deleted inserted replaced
191:b3f9331551b7 192:87eda713b614
    21 // apiCallParams is a map with the parameters for an API call
    21 // apiCallParams is a map with the parameters for an API call
    22 type apiCallParams map[string]string
    22 type apiCallParams map[string]string
    23 
    23 
    24 const (
    24 const (
    25 	// MadonVersion contains the version of the Madon library
    25 	// MadonVersion contains the version of the Madon library
    26 	MadonVersion = "1.6.0-dev"
    26 	MadonVersion = "1.6.0"
    27 
    27 
    28 	// API version implemented in this library
    28 	// API version implemented in this library
    29 	apiVersion     = "v1"
    29 	apiVersion     = "v1"
    30 	currentAPIPath = "/api/" + apiVersion
    30 	currentAPIPath = "/api/" + apiVersion
    31 
    31