Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 544 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 544 Bytes

Example API Client with Sling

Try the example Github API Client.

cd examples
go get .

List the public issues on the github.com/golang/go repository.

go run github.go

To list your public and private Github issues, pass your Github Access Token

go run github.go -access-token=xxx

or set the GITHUB_ACCESS_TOKEN environment variable.

For a complete Github API, see the excellent google/go-github package.