mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-20 14:15:12 +00:00
Add support for deserializing non-public members
But only ones with ParameterAttribute applied.
This commit is contained in:
@@ -30,7 +30,6 @@ namespace Octokit
|
||||
var url = ApiUrls.RepositoryContent(owner, name, path);
|
||||
|
||||
return await ApiConnection.GetAll<RepositoryContent>(url);
|
||||
// return new List<RepositoryContent> { await ApiConnection.Get<RepositoryContent>(url) }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user