Skip to content

Commit

Permalink
Merge branch 'main' into generated-code-update
Browse files Browse the repository at this point in the history
  • Loading branch information
kfcampbell committed Apr 29, 2024
2 parents ab8d57f + 186350a commit 9e57f6c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ See example client instantiations and requests in [example_test.go](pkg/example_

⚠️ **Note**: This SDK is not yet stable. Breaking changes may occur at any time.

### Authentication

Currently, this SDK supports both [Personal Access Tokens (classic)](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#personal-access-tokens-classic) and [fine-grained Personal Access Tokens](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#fine-grained-personal-access-tokens).

Future work is planned for the SDK to support [GitHub Apps](https://docs.github.com/en/apps/overview) authentication as well.

## Why a generated SDK?

We want to...
Expand Down

0 comments on commit 9e57f6c

Please sign in to comment.