mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
WIP checkin for getting last ApiInfo object
This commit is contained in:
@@ -100,6 +100,12 @@ namespace Octokit
|
||||
Deployment = new DeploymentsClient(apiConnection);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 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; } }
|
||||
|
||||
/// <summary>
|
||||
/// Convenience property for getting and setting credentials.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user