-
Hi,
currently, RAML defines both an example and a schema for a request and response. While I understand that the example is (and should be) just an XML or a JSON which is displayed by the designer/co…
ghost updated
8 years ago
-
Currently, if your API ONLY supports authenticated calls (and not anonymous) you are still shown on the API Console this option on the try it section, and this is misleading to developers using the co…
-
Firstly, thanks for contributing this, i'm slowly coming up-to-speed with RAML and this is a good way to get there.
Now my dumb question, and i'm really embarrassed to ask this !.
I'm running a loca…
-
The README mentions https://github.com/mulesoft-labs/js-raml-object-interface but I can't find any other reference to it in the raml-generator sources or dependencies. What am I missing?
-
The generated api-console.js and api-console-vendor.js use 'enum', 'for', 'boolean', 'default'. See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Lexical_grammar for list of reserv…
-
The proposal is to change the semantics of `uses` to indicate that the remote library to be used is _available_ as a local asset, using a local namespace.
Using `uses` does NOT automatically import …
-
The proposal is to change the semantics of `uses` to indicate that the remote library to be used is _available_ as a local asset, using a local namespace.
Using `uses` does NOT automatically import …
-
UnsupportedMediaTypeError: No body sent with request for PUT /api/something with content-type "undefined"
Seems that there is no way to handle such error ?
err object appears to be empty for this ca…
-
As mentioned in strongloop/express#2756, it would be nice to have
```
app.route('/:an_id{number}');
app.route('/:another_id{string}')
```
and `an_id` to actually be a number instead of string.
I i…
-
Hello,
I am having an issue parsing the uri parameters when using osprey router.
Test case:
RAML route
```
/data:
-------
/{data_id}:
........
uriParameters:
data_id:
```
The osprey…