go-github對 Github 開放 API 進(jìn)行 Go 語言封裝
go-github 是 Google 對 Github 的開放 API 進(jìn)行 Go 語言封裝的一個(gè)項(xiàng)目。
示例代碼:
import "github.com/google/go-github/github"
client := github.NewClient(nil)
orgs, _, err := client.Organizations.List("willnorris", nil)
opt := &github.RepositoryListByOrgOptions{Sort: "updated"}
repos, _, err := client.Repositories.ListByOrg("github", opt)評(píng)論
圖片
表情
