ghapi

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func TokenFromEnv

func TokenFromEnv() string

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

func NewClient

func NewClient(token string) *Client

func (*Client) SearchIssues

func (c *Client) SearchIssues(ctx context.Context, params IssueSearchParams) ([]IssueResult, error)

func (*Client) SearchRepos

func (c *Client) SearchRepos(ctx context.Context, params RepoSearchParams) ([]RepoResult, error)

type IssueResult

type IssueResult struct {
	RepoFullName string
	Title        string
	URL          string
	Labels       []string
	CreatedAt    time.Time
	Comments     int
}

type IssueSearchParams

type IssueSearchParams struct {
	Languages []string
	Labels    []string
	Limit     int
}

type RepoResult

type RepoResult struct {
	FullName        string
	Description     string
	URL             string
	Language        string
	Stars           int
	Forks           int
	OpenIssues      int
	Topics          []string
	LastPushedAt    time.Time
	GoodFirstIssues int
	HelpWantedCount int
	HasContribGuide bool
}

type RepoSearchParams

type RepoSearchParams struct {
	Languages []string
	Topics    []string
	MinStars  int
	Limit     int
}

Jump to

Keyboard shortcuts

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