dlang-tour v1.2.3 (2020-09-05T05:18:21Z)
Home
Dub
Repo
IApiV1.GistOutput
rest
iapiv1
IApiV1
Undocumented in source.
interface
IApiV1
struct
GistOutput {
string
id
;
string
url
;
string
htmlUrl
;
}
Members
Variables
htmlUrl
string
htmlUrl
;
Undocumented in source.
id
string
id
;
Undocumented in source.
url
string
url
;
Undocumented in source.
Meta
Source
See Implementation
rest
iapiv1
IApiV1
functions
format
getSource
gist
run
shorten
structs
FormatOutput
GistOutput
RunInput
RunOutput
ShortenOutput
SourceOutput