In a recent blog post GitHub announced a new API versioning scheme.
TL;DR - we should add: X-GitHub-Api-Version: 2022-11-28 to all REST API calls. In the future when new versions of the API are released, we can evaluate if we want to bump to that new version.
In a recent blog post GitHub announced a new API versioning scheme.
TL;DR - we should add:
X-GitHub-Api-Version: 2022-11-28to all REST API calls. In the future when new versions of the API are released, we can evaluate if we want to bump to that new version.