mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-09 13:01:36 +00:00
Applying our private member naming convention
Just trying to make @half-ogre happy
This commit is contained in:
@@ -10,8 +10,8 @@ namespace Octokit.Http
|
||||
public class ApiInfo
|
||||
{
|
||||
public ApiInfo(IDictionary<string, Uri> links,
|
||||
IList<string> oauthScopes,
|
||||
IList<string> acceptedOauthScopes,
|
||||
IEnumerable<string> oauthScopes,
|
||||
IEnumerable<string> acceptedOauthScopes,
|
||||
string etag,
|
||||
int rateLimit,
|
||||
int rateLimitRemaining)
|
||||
|
||||
Reference in New Issue
Block a user