mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-03 03:01:31 +00:00
Making EncodedContent public
Making EncodedContent public to get the raw bytes of a file. #861
This commit is contained in:
@@ -31,7 +31,7 @@ namespace Octokit
|
||||
/// The Base64 encoded content if this is a file. Otherwise it's null.
|
||||
/// </summary>
|
||||
[Parameter(Key = "content")]
|
||||
protected string EncodedContent { get; set; }
|
||||
public string EncodedContent { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The unencoded content. Only access this if the content is expected to be text and not binary content.
|
||||
|
||||
Reference in New Issue
Block a user