GetGist¶
Fetches a single gist by its ID.
Constructors¶
create¶
Returns¶
- GetGist val^
Public Functions¶
apply¶
fun box apply(
gist_id: String val,
creds: Credentials val)
: Promise[(Gist val | RequestError val)] tag
Parameters¶
- gist_id: String val
- creds: Credentials val
Returns¶
- Promise[(Gist val | RequestError val)] tag
by_url¶
fun box by_url(
url: String val,
creds: Credentials val)
: Promise[(Gist val | RequestError val)] tag
Parameters¶
- url: String val
- creds: Credentials val
Returns¶
- Promise[(Gist val | RequestError val)] tag
eq¶
Parameters¶
- that: GetGist val
Returns¶
- Bool val
ne¶
Parameters¶
- that: GetGist val
Returns¶
- Bool val