Versions in this module Expand all Collapse all v1 v1.0.0 Dec 12, 2025 Changes in this version + func NewCmdApi(f *cmdutil.Factory, runF func(*ApiOptions) error) *cobra.Command + func ParseURL(urlStr string) (*url.URL, error) + type ApiOptions struct + BaseRepo func() (bbrepo.Interface, error) + Config func() (gh.Config, error) + Hostname string + HttpClient func() (*http.Client, error) + IO *iostreams.IOStreams + JQ string + MagicFields []string + Paginate bool + RawFields []string + RequestBody string + RequestBodyFile string + RequestHeaders []string + RequestMethod string + RequestPath string + Silent bool