mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-07 04:16:51 +00:00
IApiResponse no longer inherits IResponse
This commit is contained in:
@@ -100,7 +100,7 @@ namespace Octokit
|
||||
throw new ApiException("Invalid Status Code returned. Expected a 201", response.StatusCode);
|
||||
}
|
||||
|
||||
return response.BodyAsObject;
|
||||
return response.Body;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -125,7 +125,7 @@ namespace Octokit
|
||||
throw new ApiException("Invalid Status Code returned. Expected a 201", response.StatusCode);
|
||||
}
|
||||
|
||||
return response.BodyAsObject;
|
||||
return response.Body;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user