vendor/github.com/McKael/madon/v2/madon.go
changeset 262 8d3354485fc3
parent 242 2a9ec03fe5a1
equal deleted inserted replaced
261:270cc4dda0c5 262:8d3354485fc3
    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"