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 e32ab6d + fefc246 commit 26395a3
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 @@ -36,6 +36,12 @@ foreach (var pullRequest in pullRequests)
> [!IMPORTANT]
> 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 26395a3

Please sign in to comment.