Skip to content
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

Open
alleypa opened this issue Nov 27, 2015 · 4 comments
Open

Limitation with single RAML file #4

alleypa opened this issue Nov 27, 2015 · 4 comments

Comments

@alleypa
Copy link

alleypa commented Nov 27, 2015

Do you have intention of solving the single file limitation of the Raml-Server? Also it will be better if implemented as a module.

@farolfo
Copy link
Owner

farolfo commented Nov 30, 2015

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);
});

@alleypa
Copy link
Author

alleypa commented Feb 24, 2016

@farolfo

hope you are good? Any update to the reply of my posted issue on the 27th Nov 2015.

cheers

@farolfo
Copy link
Owner

farolfo commented Feb 25, 2016

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.
Thanks for the interest and I'll try to get it done as soon as I can.
Also I strongly encourage and appreciate PRs if you'd like :)

@alvassin
Copy link

@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 !include tags to related raml files?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants