madon.go
changeset 179 fbe21b4aabda
parent 177 4fb7376fa19a
child 180 33db1dac6d63
equal deleted inserted replaced
178:b63095e0f301 179:fbe21b4aabda
    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.5.0-dev"
    26 	MadonVersion = "1.5.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