At the root level of the RAML definition: ```yaml /: get: description: Get the base URL responses: 200: body: text/html: ``` results in: ```java public io.atomicbits.raml10..Resource = new io.atomicbits.raml10..Resource(this.getRequestBuilder()); ```
At the root level of the RAML definition:
results in: