Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd methods to fetch gist's commits and specific revision #412
Conversation
This commit adds methods for these two APIs: - https://developer.github.com/v3/gists/#list-gist-commits - https://developer.github.com/v3/gists/#get-a-specific-revision-of-a-gist
codecov-io
commented
Jan 4, 2017
Current coverage is 91.06% (diff: 100%)@@ master #412 diff @@
==========================================
Files 12 12
Lines 401 403 +2
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
+ Hits 364 367 +3
+ Misses 37 36 -1
Partials 0 0
|
|
Thanks for the contribution. |
46dd1d7
into
github-tools:master
1 check passed
1 check passed
|
Thanks for merging so quickly! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
fkling commentedJan 4, 2017
First of all, thank you for this library!
I need to be able to get a specific revision of gist, so I added support for these two API methods: