Comment on RAML - RESTful API modeling languageComments−madisp12yNow all we are missing is a code generator that generates a stubbed site based on the raml spec...−crucialfelix12yOr how about an angular service that parses a raml file and returns a resource that implements up all models and methods ?No need to stub it, just generate it on the fly.Server side too. At least for quickly iterating and hand implement only the methods that require special handling.−stormcrowsx12yOr just not reinvent the wheel and use SOAP. Pretty much what this thing is with a little less cruft.
Comments
Now all we are missing is a code generator that generates a stubbed site based on the raml spec...
Or how about an angular service that parses a raml file and returns a resource that implements up all models and methods ?
No need to stub it, just generate it on the fly.
Server side too. At least for quickly iterating and hand implement only the methods that require special handling.
Or just not reinvent the wheel and use SOAP. Pretty much what this thing is with a little less cruft.