Skip to content

A RAML method action defined at the root level gives wrong code generation #147

@rigolepe

Description

@rigolepe

At the root level of the RAML definition:

/:
  get:
    description: Get the base URL
    responses:
      200:
        body:
          text/html:

results in:

public io.atomicbits.raml10..Resource  =
    new io.atomicbits.raml10..Resource(this.getRequestBuilder());

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions