void generateRestJSClient(I, R)(ref R output, RestInterfaceSettings settings = null) if (is(I == interface) && isOutputRange!(R, char))
Generates JavaScript code to access a REST interface from the browser.