madon.go
changeset 259 f807b8fb46c6
parent 238 1c0042e76902
child 262 2d2d8633cc27
equal deleted inserted replaced
258:8f19923fa340 259:f807b8fb46c6
    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.4.0-dev"
    26 	MadonVersion = "2.4.0"
    27 
    27 
    28 	currentAPIPath = "/api"
    28 	currentAPIPath = "/api"
    29 
    29 
    30 	// NoRedirect is the URI for no redirection in the App registration
    30 	// NoRedirect is the URI for no redirection in the App registration
    31 	NoRedirect = "urn:ietf:wg:oauth:2.0:oob"
    31 	NoRedirect = "urn:ietf:wg:oauth:2.0:oob"