mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 03:30:34 +00:00
Add GPG Keys API preview header
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
namespace Octokit
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
|
||||
namespace Octokit
|
||||
{
|
||||
public static class AcceptHeaders
|
||||
{
|
||||
@@ -23,5 +25,8 @@
|
||||
public const string MigrationsApiPreview = " application/vnd.github.wyandotte-preview+json";
|
||||
|
||||
public const string OrganizationPermissionsPreview = "application/vnd.github.ironman-preview+json";
|
||||
|
||||
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Gpg")]
|
||||
public const string GpgKeysPreview = "application/vnd.github.cryptographer-preview+sha";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user