octokit / go-sdk

A generated Go SDK from GitHub's OpenAPI specification. Built on Kiota.
MIT License
64 stars 7 forks source link

Create example of SDK usage #19

Closed kfcampbell closed 8 months ago

kfcampbell commented 8 months ago

Previously, we had linked to a gist here. This moves that unauthenticated example into the repo, where it can be compiled and checked against the current SDK version appropriately.

I'm unsure of how best to do this with an authenticated request.