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[(Gist val | RequestError val)] tag
Parameters¶
- gist_id: String val
- sha: String val
- creds: Credentials val
Returns¶
- Promise[(Gist val | RequestError val)] tag
eq¶
Parameters¶
- that: GetGistRevision val
Returns¶
- Bool val
ne¶
Parameters¶
- that: GetGistRevision val
Returns¶
- Bool val