Skip to content

Commit

Permalink
Add brief note on PAT documentation (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
kfcampbell authored Apr 26, 2024
1 parent 71ac413 commit 186350a
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 186350a

Please sign in to comment.