cli / go-gh

A Go module for interacting with gh and the GitHub API from the command line.
https://pkg.go.dev/github.com/cli/go-gh/v2
MIT License
322 stars 45 forks source link

Add additional API functionality #39

Closed samcoe closed 2 years ago

samcoe commented 2 years ago

This PR adds additional API functionality that is necessary for gh to utilize go-gh.

Based on top of https://github.com/cli/go-gh/pull/30 Corresponding gh PR https://github.com/cli/cli/pull/5614 that uses these changes. cc https://github.com/cli/cli/issues/5560