View on GitHub

GithubClient

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

GithubClient

GithubClient.Methods.Blobs

Blobs.GetBlob(string, ContentDirectory) Method

Returns a blob object from the Github API

public static System.Threading.Tasks.Task<GithubClient.Git.Blob>? GetBlob(string PAT, GithubClient.Repositories.ContentDirectory content);

Parameters

PAT System.String

Personal Access Token

content ContentDirectory

The contents of a file or directory in a repository.

Returns

System.Threading.Tasks.Task<Blob> A blob object

See Also