Noizu.Github.Api.Gists (Noizu Labs: Github API v0.5.0)

GitHub gists API.

Link to this section Summary

Link to this section Functions

Link to this function

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

Link to this function

create(body, options \\ nil)

Create a gist

@see https://docs.github.com/rest/gists/gists#create-a-gist

Link to this function

create_comment(gist_id, body, options \\ nil)

Create a gist comment

@see https://docs.github.com/rest/gists/comments#create-a-gist-comment

Link to this function

delete(gist_id, options \\ nil)

Delete a gist

@see https://docs.github.com/rest/gists/gists#delete-a-gist

Link to this function

delete_comment(gist_id, comment_id, options \\ nil)

Delete a gist comment

@see https://docs.github.com/rest/gists/comments#delete-a-gist-comment

Link to this function

fork(gist_id, body, options \\ nil)

Fork a gist

@see https://docs.github.com/rest/gists/gists#fork-a-gist

Link to this function

get(gist_id, options \\ nil)

Get a gist

@see https://docs.github.com/rest/gists/gists#get-a-gist

Link to this function

get_comment(gist_id, comment_id, options \\ nil)

Get a gist comment

@see https://docs.github.com/rest/gists/comments#get-a-gist-comment

Link to this function

get_revision(gist_id, sha, options \\ nil)

Get a gist revision

@see https://docs.github.com/rest/gists/gists#get-a-gist-revision

Link to this function

list(options \\ nil)

List gists for the authenticated user

@see https://docs.github.com/rest/gists/gists#list-gists-for-the-authenticated-user

Link to this function

list_comments(gist_id, options \\ nil)

List gist comments

@see https://docs.github.com/rest/gists/comments#list-gist-comments

Link to this function

list_commits(gist_id, options \\ nil)

List gist commits

@see https://docs.github.com/rest/gists/gists#list-gist-commits

Link to this function

list_for_user(username, options \\ nil)

List gists for a user

@see https://docs.github.com/rest/gists/gists#list-gists-for-a-user

Link to this function

list_forks(gist_id, options \\ nil)

List gist forks

@see https://docs.github.com/rest/gists/gists#list-gist-forks

Link to this function

list_public(options \\ nil)

List public gists

@see https://docs.github.com/rest/gists/gists#list-public-gists

Link to this function

list_starred(options \\ nil)

List starred gists

@see https://docs.github.com/rest/gists/gists#list-starred-gists

Link to this function

star(gist_id, body, options \\ nil)

Star a gist

@see https://docs.github.com/rest/gists/gists#star-a-gist

Link to this function

unstar(gist_id, options \\ nil)

Unstar a gist

@see https://docs.github.com/rest/gists/gists#unstar-a-gist

Link to this function

update(gist_id, body, options \\ nil)

Update a gist

@see https://docs.github.com/rest/gists/gists#update-a-gist

Link to this function

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