View on GitHub

GithubClient

A C# Dll library for working with the Github Rest API

GithubClient

GithubClient.Git.Blob

Blob.Encoding Property

The encoding used for content. Currently, “utf-8” and “base64” are supported.

public string? Encoding { get; set; }

Property Value

System.String