Noizu.Github.Api.Gists (Noizu Labs: Github API v0.5.0)
GitHub gists API.
Link to this section Summary
Functions
Check if a gist is starred
Create a gist
Create a gist comment
Delete a gist
Delete a gist comment
Fork a gist
Get a gist
Get a gist comment
Get a gist revision
List gists for the authenticated user
List gist comments
List gist commits
List gists for a user
List gist forks
List public gists
List starred gists
Star a gist
Unstar a gist
Update a gist
Update a gist comment
Link to this section Functions
check_is_starred(gist_id, options \\ nil)
Check if a gist is starred
@see https://docs.github.com/rest/gists/gists#check-if-a-gist-is-starred
create(body, options \\ nil)
Create a gist
create_comment(gist_id, body, options \\ nil)
Create a gist comment
@see https://docs.github.com/rest/gists/comments#create-a-gist-comment
delete(gist_id, options \\ nil)
Delete a gist
delete_comment(gist_id, comment_id, options \\ nil)
Delete a gist comment
@see https://docs.github.com/rest/gists/comments#delete-a-gist-comment
fork(gist_id, body, options \\ nil)
Fork a gist
get(gist_id, options \\ nil)
Get a gist
get_comment(gist_id, comment_id, options \\ nil)
Get a gist comment
@see https://docs.github.com/rest/gists/comments#get-a-gist-comment
get_revision(gist_id, sha, options \\ nil)
Get a gist revision
@see https://docs.github.com/rest/gists/gists#get-a-gist-revision
list(options \\ nil)
List gists for the authenticated user
@see https://docs.github.com/rest/gists/gists#list-gists-for-the-authenticated-user
list_comments(gist_id, options \\ nil)
List gist comments
@see https://docs.github.com/rest/gists/comments#list-gist-comments
list_commits(gist_id, options \\ nil)
List gist commits
@see https://docs.github.com/rest/gists/gists#list-gist-commits
list_for_user(username, options \\ nil)
List gists for a user
@see https://docs.github.com/rest/gists/gists#list-gists-for-a-user
list_forks(gist_id, options \\ nil)
List gist forks
@see https://docs.github.com/rest/gists/gists#list-gist-forks
list_public(options \\ nil)
List public gists
@see https://docs.github.com/rest/gists/gists#list-public-gists
list_starred(options \\ nil)
List starred gists
@see https://docs.github.com/rest/gists/gists#list-starred-gists
star(gist_id, body, options \\ nil)
Star a gist
unstar(gist_id, options \\ nil)
Unstar a gist
update(gist_id, body, options \\ nil)
Update a gist
update_comment(gist_id, comment_id, body, options \\ nil)
Update a gist comment
@see https://docs.github.com/rest/gists/comments#update-a-gist-comment