You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These fields should be available on the GitTag response object (perhaps in a class called Verification or something), and the TagsClient.Get action should be updated to use the new Accepts header:
application/vnd.github.cryptographer-preview+sha
I'd also like to see some new integration tests added to verify this behaviour is working as expected.
The text was updated successfully, but these errors were encountered:
API documentation: https://developer.github.com/v3/git/tags/#tag-signature-verification
An enhancement as part of the Commit Signing API is to surface the signature details in the tag.
It looks like these are the new properties:
These fields should be available on the
GitTag
response object (perhaps in a class calledVerification
or something), and theTagsClient.Get
action should be updated to use the newAccepts
header:I'd also like to see some new integration tests added to verify this behaviour is working as expected.
The text was updated successfully, but these errors were encountered: