Damian Martinez Gelabert

Results 5 issues of Damian Martinez Gelabert

RAML 1.0 should include a property to indicate that a method is accessible from a different origin. The `cors` property can be: - In a method - The `false` YAML...

Type: Enhancement
Status: Idea
Topic: Spec

The following RAML is not supported: ``` raml #%RAML 0.8 title: Sample API /files: /{+fileName}: uriParameters: fileName: type: string pattern: ^.*$ get: ``` What I would expect from osprey is...

enhancement

@blakeembrey, @xaka, this brings L2 URI templates, and fixes an issue in the way the parser extracted the variable names from the templates. Change is actually very minor, a couple...

So that we always use the lates apikit-node verison, at least for the development version, it would be useful for the scaffold to include a bower.json file such as: ```...

enhancement

It helps modularizing route setup in express applications: https://github.com/visionmedia/express-namespace

enhancement