mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
Chnage LastApiInfo to GetLastApiInfo with cloned version
This commit is contained in:
@@ -104,7 +104,10 @@ namespace Octokit
|
||||
/// Gets the latest API Info - this will be null if no API calls have been made
|
||||
/// </summary>
|
||||
/// <returns><seealso cref="ApiInfo"/> representing the information returned as part of an Api call</returns>
|
||||
public ApiInfo LastApiInfo { get { return Connection.LastApiInfo; } }
|
||||
public ApiInfo GetLastApiInfo()
|
||||
{
|
||||
return Connection.GetLastApiInfo();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Convenience property for getting and setting credentials.
|
||||
|
||||
Reference in New Issue
Block a user