vibe.web.internal.rest.jsclient

Internal module with functions to generate JavaScript REST interfaces.

Types 1

Fields
string indentStep
string name
Methods
JSRestClientSettings dup() @property const

Functions 2

fnvoid generateInterface(TImpl, R)(ref R output, RestInterfaceSettings settings, JSRestClientSettings jsgenset, bool parent)Generates JavaScript code suitable for accessing a REST interface using XHR.
private fnauto indentSink(O)(ref O output, string step)