Separate Client constructors and methods
This commit is contained in:
parent
9b309f5697
commit
83704cb5ba
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue