GetGistRevision¶
Fetches a specific revision of a gist by its commit SHA.
Constructors¶
create¶
Returns¶
- GetGistRevision val^
Public Functions¶
apply¶
fun box apply(
gist_id: String val,
sha: String val,
creds: Credentials val)
: Promise[GistOrError] tag
Parameters¶
- gist_id: String val
- sha: String val
- creds: Credentials val
Returns¶
- Promise[GistOrError] tag
eq¶
Parameters¶
- that: GetGistRevision val
Returns¶
- Bool val
ne¶
Parameters¶
- that: GetGistRevision val
Returns¶
- Bool val