dlang-tour v1.0.4 (2017-02-19T13:52:07Z)
Home
Dub
Repo
IApiV1
rest
iapiv1
Interface definition for JSON REST API.
interface
IApiV1 {
struct
RunOutput
;
RunOutput
run
(string source);
struct
SourceOutput
;
SourceOutput
getSource
(string _language, string _chapter, string _section);
}
Members
Functions
getSource
SourceOutput
getSource
(string _language, string _chapter, string _section)
Undocumented in source.
run
RunOutput
run
(string source)
Undocumented in source.
Structs
RunOutput
struct
RunOutput
Undocumented in source.
SourceOutput
struct
SourceOutput
Undocumented in source.
Meta
Source
See Implementation
rest
iapiv1
interfaces
IApiV1
Interface definition for JSON REST API.