ApiV1

Undocumented in source.

Constructors

this
this(IExecProvider execProvider, ContentProvider contentProvider, string githubToken)
Undocumented in source.

Members

Functions

format
FormatOutput format(string source)
Undocumented in source. Be warned that the author may not have intended to support it.
getSource
SourceOutput getSource(string _language, string _chapter, string _section)
Undocumented in source. Be warned that the author may not have intended to support it.
gist
GistOutput gist(string source, string compiler, string args)
Undocumented in source. Be warned that the author may not have intended to support it.
run
RunOutput run(ApiV1.RunInput input)
Undocumented in source. Be warned that the author may not have intended to support it.
shorten
ShortenOutput shorten(string source, string compiler, string args)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

githubToken
string githubToken;

Token for authenticating GitHub requests

maxSourceCodeLength
enum uint maxSourceCodeLength;
Undocumented in source.

Inherited Members

From IApiV1

RunOutput
struct RunOutput
Undocumented in source.
RunInput
struct RunInput
Undocumented in source.
run
RunOutput run(RunInput input)
Undocumented in source.
FormatOutput
struct FormatOutput
Undocumented in source.
format
FormatOutput format(string source)
Undocumented in source.
ShortenOutput
struct ShortenOutput
Undocumented in source.
shorten
ShortenOutput shorten(string source, string compiler, string args)
Undocumented in source.
GistOutput
struct GistOutput
Undocumented in source.
gist
GistOutput gist(string source, string compiler, string args)
Undocumented in source.
SourceOutput
struct SourceOutput
Undocumented in source.
getSource
SourceOutput getSource(string _language, string _chapter, string _section)
Undocumented in source.

Meta