Documentation
¶
Overview ¶
Package github provides a wrapper on the GitHub API to make it easier to make HTTP calls when the entire URI of the resources is known in advance.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadProjectCardEvent ¶
func ReadProjectCardEvent(path string) (github.ProjectCardEvent, error)
ReadProjectCardEvent reads a ProjectCardEvent from the given path. Events are stored in JSON format by GitHub actions in a given path so they can be read from the action code.
Types ¶
type GitHub ¶
type GitHub struct {
// contains filtered or unexported fields
}
GitHub is a small wrapper on top of the GitHub API to make it easier to run API calls when we already have the full URI of the resources to retrieve.
Click to show internal directories.
Click to hide internal directories.