Commit Graph

7 Commits

Author SHA1 Message Date
Elhamer a44feaa7c3 Add ApiOption overloads to methods on IGistsClient (#1261) 2016-04-19 08:16:42 +10:00
Haacked 15ae4257fa 🎨 Remove redundant type name prefix
The namespace portion of the type name is declared in a using statement.
2015-08-04 21:00:25 -07:00
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