UpdateGistComment¶
Updates an existing comment on a gist with a new body text.
Constructors¶
create¶
Returns¶
- UpdateGistComment val^
Public Functions¶
apply¶
fun box apply(
gist_id: String val,
comment_id: I64 val,
body: String val,
creds: Credentials val)
: Promise[(GistComment val | RequestError val)] tag
Parameters¶
- gist_id: String val
- comment_id: I64 val
- body: String val
- creds: Credentials val
Returns¶
- Promise[(GistComment val | RequestError val)] tag
by_url¶
fun box by_url(
url: String val,
body: String val,
creds: Credentials val)
: Promise[(GistComment val | RequestError val)] tag
Parameters¶
- url: String val
- body: String val
- creds: Credentials val
Returns¶
- Promise[(GistComment val | RequestError val)] tag
eq¶
Parameters¶
- that: UpdateGistComment val
Returns¶
- Bool val
ne¶
Parameters¶
- that: UpdateGistComment val
Returns¶
- Bool val