pejotr
pejotr
Added support to localize existing tooltips. @blessedcoolant @lstein please review
**ramlo 0.2.1** > C:\bin\nvm\v6.2.1\node_modules\ramlo\src\modules\api.js:246 > if (Object.keys(ramlBody).length > 0 && _.isFunction(body.schemaContent)) { > > ReferenceError: body is not defined It should be `_.isFunction(ramlBody.schemaContent)` not `_.isFunction(body.schemaContent)`
**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:...
**v 0.2.1** For JSON schema like this: ``` "gender": { "description": "User's gender", "type": "string", "enum": [ "male", "female", "unspecified" ] } ``` Ramlo produces this:  While raml2boot gives...
Would be nice to have rss-like feed for Packtpub's free daily offers. Once a day fetch data from the api and present it on selected channel with some nice formatting....