Separate Client constructors and methods

This commit is contained in:
Curtis McEnroe 2015-11-30 23:25:15 -05:00
parent 9b309f5697
commit 83704cb5ba
1 changed files with 2 additions and 0 deletions

View File

@ -137,7 +137,9 @@ impl Client {
"https://github.com/login/oauth/access_token"
)
}
}
impl Client {
/// Constructs an authorization request URI.
///
/// See [RFC6749 section 4.1.1](http://tools.ietf.org/html/rfc6749#section-4.1.1).