You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`gist(id)`|`Gist`|[get the gist specified by `id`](https://developer.github.com/v3/gists/#get-a-single-gist)|
163
+
|`gist(id, revision)`|`Gist`|[get the gist specified by `id` and `revision`](https://developer.github.com/v3/gists/#get-a-specific-revision-of-a-gist)|
164
+
|`gists()`|`Tuple{Vector{Gist}, Dict}`|[get all public gists](https://developer.github.com/v3/gists/#list-all-public-gists)|
165
+
|`gists(owner)`|`Tuple{Vector{Gist}, Dict}`|[get all gists for `owner`](https://developer.github.com/v3/gists/#list-a-users-gists)|
166
+
|`create_gist()`|`Gist`|[create a gist](https://developer.github.com/v3/gists/#create-a-gist)|
167
+
|`edit_gist(gist)`|`Gist`|[edit a gist](https://developer.github.com/v3/gists/#edit-a-gist)|
168
+
|`delete_gist(gist)`|`HttpCommon.Response`|[delete a gist](https://developer.github.com/v3/gists/#delete-a-gist)|
169
+
|`create_gist_fork(gist)`|`Gist`|[fork a gist](https://developer.github.com/v3/gists/#fork-a-gist)|
170
+
|`gist_forks(gist)`|`Tuple{Vector{Gist}, Dict}`|[list the forks of a gist](https://developer.github.com/v3/gists/#list-gist-forks)|
0 commit comments