madon.go
changeset 225 9aa1cb3e1dee
parent 207 301d5b94be3f
child 237 16c27106d83c
equal deleted inserted replaced
224:60b1d842275a 225:9aa1cb3e1dee
    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 = "2.1.0-dev"
    26 	MadonVersion = "2.3.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