octokit / source-generator

Generates SDKs from GitHub's OpenAPI specification. Built on Kiota.
6 stars 3 forks source link

Clean up sample applications #12

Closed kfcampbell closed 1 year ago

kfcampbell commented 1 year ago

Our sample app in Go was non-existent and in C# it was non-building. This PR fixes both of those issues.

The Go sample app has a commented-out section I've manually tested works to retrieve private user profile information when appropriate auth creds are provided.