View on GitHub

GithubClient

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

GithubClient

GithubClient.Methods.Blobs

Blobs.GetBlob(string, Tree) Method

Returns a blob object from the Github API

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

Parameters

PAT System.String

Personal Access Token

tree Tree

Object specifying a tree structure.

Returns

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

See Also