madon.go
changeset 145 d7ccfe67fa9e
parent 138 23d3a518d0ad
child 149 5f922977d7c7
equal deleted inserted replaced
144:9298c19a2b06 145:d7ccfe67fa9e
    14 // apiCallParams is a map with the parameters for an API call
    14 // apiCallParams is a map with the parameters for an API call
    15 type apiCallParams map[string]string
    15 type apiCallParams map[string]string
    16 
    16 
    17 const (
    17 const (
    18 	// MadonVersion contains the version of the Madon library
    18 	// MadonVersion contains the version of the Madon library
    19 	MadonVersion = "0.2"
    19 	MadonVersion = "1.0"
    20 
    20 
    21 	// API version implemented in this library
    21 	// API version implemented in this library
    22 	apiVersion     = "v1"
    22 	apiVersion     = "v1"
    23 	currentAPIPath = "/api/" + apiVersion
    23 	currentAPIPath = "/api/" + apiVersion
    24 
    24