Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

last pieces of Gists API #794

Merged
merged 3 commits into from
May 8, 2015
Merged

last pieces of Gists API #794

merged 3 commits into from
May 8, 2015

Conversation

shiftkey
Copy link
Member

@shiftkey shiftkey commented May 8, 2015

Supersedes #542

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. Needs review, but I believe it is merge ready.

haagenson and others added 3 commits July 21, 2014 13:41
- [ ] 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.
a few small fixes
added debugger attributes to models being used and added back a missing
newline at end of file
fixed a quick typo on the documentation for GistChangeStatus
… haagenson-gists

Conflicts:
	Octokit/Helpers/ApiUrls.cs
	Octokit/Models/Response/GistFork.cs
	Octokit/Models/Response/GistHistory.cs
@shiftkey shiftkey mentioned this pull request May 8, 2015
3 tasks
shiftkey added a commit that referenced this pull request May 8, 2015
@shiftkey shiftkey merged commit b3ba03f into master May 8, 2015
@shiftkey shiftkey deleted the haagenson-gists branch May 8, 2015 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Gist API Implement Gist API
2 participants