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 Commit response object (perhaps in a class called Verification or something), and the CommitsClient.Get action should be updated to use the new Accepts header:
application/vnd.github.cryptographer-preview+sha
I'd also like to see a new integration test added to verify this behaviour is working as expected.
Questions
We use Commit in many places, so I hope that this doesn't affect other places where we deserialize the payload...
The text was updated successfully, but these errors were encountered:
shiftkey
changed the title
Get Commit Signature Verification When Viewing Commit
Get Commit Signature Verification When Viewing Git Data Commit
Apr 7, 2016
shiftkey
changed the title
Get Commit Signature Verification When Viewing Git Data Commit
Get Signature Verification When Viewing Git Data Commit
Apr 7, 2016
API documentation: https://developer.github.com/v3/git/commits/#commit-signature-verification
An enhancement as part of the Commit Signing API is to surface the signature details in the commit.
It looks like these are the new properties:
These fields should be available on the
Commit
response object (perhaps in a class calledVerification
or something), and theCommitsClient.Get
action should be updated to use the newAccepts
header:I'd also like to see a new integration test added to verify this behaviour is working as expected.
Questions
We use
Commit
in many places, so I hope that this doesn't affect other places where we deserialize the payload...The text was updated successfully, but these errors were encountered: