Currently the RAML file is loaded from a hardcoded location. This should be done through a parameter on the constructor or something similar. Also we could add a convention with a default location and name for the config file, ie: ``` /<project-root>/api.raml ```
Currently the RAML file is loaded from a hardcoded location. This should be done through a parameter on the constructor or something similar.
Also we could add a convention with a default location and name for the config file, ie: