octokit / octokit.net

A GitHub API client library for .NET
https://octokitnet.readthedocs.io/en/latest/
MIT License
2.68k stars 1.07k forks source link

[FEAT]: Revoke an installation access token #2963

Open Danielku15 opened 1 month ago

Danielku15 commented 1 month ago

Describe the need

Octokit is missing an API for https://docs.github.com/en/rest/apps/installations?apiVersion=2022-11-28#revoke-an-installation-access-token

I'd say it should be added here:

We want to login/logout cleanly similar to https://github.com/actions/create-github-app-token/blob/main/lib/post.js#L31C27-L31C46

SDK Version

Octokit.net 13.0.1

API Version

REST API 2022-11-28

Relevant log output

No response

Code of Conduct

laurajayneharvey commented 13 hours ago

I'd like to pick this one up