Comment on RAML - RESTful API modeling languageparentComments−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.
Comments
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.