madon.go
changeset 170 3152b7094fab
parent 168 9ae8ffbea001
child 173 6f618f9086bf
equal deleted inserted replaced
169:d84b2b83813d 170:3152b7094fab
    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.4.1-dev"
    26 	MadonVersion = "1.4.1"
    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