-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Limitation with single RAML file #4
Comments
Hi @alleypa ! Yes, we are solving those two issues for the next release, which is soon. As a module it would look like var ramlServer = require('raml-server');
ramlServer.run('myAPI.raml').then( function(data) {
console.log(data);
}, function(error) {
console.log('Error: ' + error);
}); |
hope you are good? Any update to the reply of my posted issue on the 27th Nov 2015. cheers |
Hello @alleypa, the issue is not yet solved as I'm the only contributor of the project and I'm focused on other projects right now. |
@alleypa what did you mean by single file? Did you want to load several non-related raml files to make several APIs, or to load single raml representing one API, but with |
Do you have intention of solving the single file limitation of the Raml-Server? Also it will be better if implemented as a module.
The text was updated successfully, but these errors were encountered: