githubapi

package
v0.0.0-...-377e0d1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 14, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package githubapi offers some utility functions to interact with GitHub from the Trusty libraries.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GitHubClient

type GitHubClient struct {
	Client *github.Client
	Ctx    context.Context
}

GitHubClient wraps the GitHub client and its context

func NewGitHubClient

func NewGitHubClient(token string) *GitHubClient

NewGitHubClient initializes and returns a new GitHubClient

func (*GitHubClient) GetFileContent

func (g *GitHubClient) GetFileContent(owner, repo, path, ref string) (string, error)

GetFileContent fetches the content of a file from a specific branch in a repository

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL