madon.go
changeset 151 f87b6ca9de6d
parent 149 5f922977d7c7
child 153 df8e8ca96e1a
equal deleted inserted replaced
150:cd328b30af77 151:f87b6ca9de6d
    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.0"
    24 	MadonVersion = "1.1.0"
    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