-
All status codes (200, 400, etc.) are prefixed with `__$EscapedKey$__` in the generated JSON. Why is that needed? Can it be removed?
Example:
```
var api = RAML.loadApi(apiPath).getOrElse(null);
var…
-
-
Hi, I'm a big JS programmer (my profession, actually), and admin on enwiki. I wrote [spamublock.js](https://en.wikipedia.org/wiki/User:MusikAnimal/spamublock.js) which is great for what it is, but the…
-
Please modify the enum declaration in doc/apiJson to:
{
"enumName" : {
"description": string (optional),
"values": JSON Array of EnumValues
}
}
-
When the name space is specified in the JSON for a model it should be used as the package name for its case class.
-
options:
1. make models an array to be same as resources
2. put operations back into the models
3. make resources a map
4. rename "resources" to "operations" and make it a map
-
Using SomeClass::class to get the fully resolved class name causes a parse error when constructing a Swagger instance:
```
exception 'ErrorException' with message 'Uninitialized string offset: 1' in …
-
I am using Apptentive version v1.2.6 and getting following crash:
**\* Assertion failure in -[ATEvent apiJSON], /Users/pkamb/Desktop/Apptentive Code/apptentive-ios/ApptentiveConnect/source/Model/ATEv…
-
Hi,
First, great project, great idea! :)
I do have an issue with the ease of keeping documentation text in a separate **doc.js** file, which means there is the need to stay synchronized with the "c…