CreateGistComment¶
Creates a new comment on a gist.
Constructors¶
create¶
Returns¶
- CreateGistComment val^
Public Functions¶
apply¶
fun box apply(
gist_id: String val,
body: String val,
creds: Credentials val)
: Promise[(GistComment val | RequestError val)] tag
Parameters¶
- gist_id: String 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: CreateGistComment val
Returns¶
- Bool val
ne¶
Parameters¶
- that: CreateGistComment val
Returns¶
- Bool val