diff -r c450bb73f59a -r 68ef6504637e gondole.go --- a/gondole.go Mon Apr 17 10:28:10 2017 +0200 +++ b/gondole.go Mon Apr 17 12:07:44 2017 +0200 @@ -16,11 +16,11 @@ const ( // GondoleVersion contains the version of the Gondole implementation - GondoleVersion = "0.0" + GondoleVersion = "0.1" - defaultInstanceURL = "https://mastodon.social" - apiVersion = "v1" // That is not overridable - defaultAPIPath = "/api/" + apiVersion + // API version implemented in this library + apiVersion = "v1" + currentAPIPath = "/api/" + apiVersion // NoRedirect is the URI for no redirection in the App registration NoRedirect = "urn:ietf:wg:oauth:2.0:oob"