ramlo icon indicating copy to clipboard operation
ramlo copied to clipboard

Documentation generator for RAML 1.0

Results 19 ramlo issues
Sort by recently updated
recently updated
newest added

For RAML **1.0** APIs, in `ramlo\src\modules\api.js:328` ``` apiExample = { response: body.toJSON().example, code: response.code().value() }; ``` the _apiExample.response_ returns an **object**, so the following code ``` apiExample.response = apiExample.response &&...

bug

Consider an example: **/bar:**     **/foo:**         description: Endpoint /bar/foo **/bar/foo:**     description: second endpoint /bar/foo It results in generating two endpoint nodes with identical URIs. Coexistence of such twin endpoints should be...

bug

**v 0.2.1** String pattern constraints from schema are not included in docs: ``` "birthday": { "type": "string", "description": "Birthday date in format of mm-dd-yyyy", "pattern": "^[0-9]{2}-[0-9]{2}-[0-9]{4}$" } ``` ramlo result:...

enhancement

**v 0.2.1** For JSON schema like this: ``` "gender": { "description": "User's gender", "type": "string", "enum": [ "male", "female", "unspecified" ] } ``` Ramlo produces this: ![ramlo-enum](https://cloud.githubusercontent.com/assets/3056813/16978857/77355a8c-4e5e-11e6-814c-f1a50bbd917d.png) While raml2boot gives...

enhancement

Tried to run this on my local and it didn't quite behave properly. After fixing these it worked.

### General - [ ] Check if documentation presented in console after command `ramlo --help` is complete. - [ ] Parse only files with extension *.raml and show error if...

info

Hello, I'm having the following issue on OSX: ``` rober@localhost:/docs $ ramlo -f my-api.raml env: node\r: No such file or directory ``` I have tried installing ramlo as a regular...

bug

I think your documentation tool for RAML is currently the best one for RAML 1.0. Unfortunately I came across one issue with `examples:`: Instead of providing just one example, I...

enhancement

![ramlo v0 1 0](https://cloud.githubusercontent.com/assets/4398703/13731808/11d79876-e973-11e5-84be-3018dd030013.png)

info