Commit Graph

5 Commits

Author SHA1 Message Date
Brendan Forster
617e04dc87 Merge branch 'gists' of https://github.com/haagenson/octokit.net into haagenson-gists
Conflicts:
	Octokit/Helpers/ApiUrls.cs
	Octokit/Models/Response/GistFork.cs
	Octokit/Models/Response/GistHistory.cs
2015-05-08 16:35:05 +09:30
Timothy Haagenson
f172edef5b [WIP] Gists get Commits and Forks
- [ ] Finish Gists API Implementation
- [ ] [Add method to get gist
commits](https://developer.github.com/v3/gists/#list-gist-commits)
- [ ] [Add method to get gist
forks](https://developer.github.com/v3/gists/#list-gist-forks)

Fixes #328, Fixes #216

Added implementation for the remaining pieces of the Gists API.  The
others mentioned in #328 and #216 were completed through other PRs.
2014-07-21 13:41:34 -05:00
Marius Ungureanu
f3f2b9f132 Fix convention tests running for gists 2014-02-26 18:30:10 +02:00
Kristian Hellang
ae23a2ae7a Fixed minor namespace and whitespace issues 2013-12-01 23:42:04 +01:00
Kristian Hellang
c4f6c6d19d Added observable clients for gist and gist comments 2013-12-01 23:18:40 +01:00