package
Version:
v0.8.1
Opens a new window with list of versions in this module.
Published: Nov 4, 2025
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
ParseRepository splits a repository string (owner/repo) into owner and repo
Client wraps the GitHub API client
NewClient creates a new GitHub API client with the provided token
GetLatestRelease fetches the latest release for a repository
GetReleaseTag fetches just the tag name of the latest release
type Release struct {
Repository string `json:"repository"`
TagName string `json:"tag_name"`
Name string `json:"name"`
HTMLURL string `json:"html_url"`
PublishedAt string `json:"published_at"`
}
Release represents a GitHub release
Source Files
¶
Click to show internal directories.
Click to hide internal directories.