-
Hello,
I noticed the following error when opening a new ACB from the EU Cloud:
```json
{
"label": "Anypoint Code Builder - Platform Extension",
"level": "error",
"message": "Something …
-
While this gem has a lot of potential already in documentation, what would really make it shine is the ability to tie into client generation.
http://raml.org/
If it can export as RAML, you can autom…
-
First please see my comments on #95. The HTTP/1.1 specification allows servers to implement arbitrary methods but these are not possible to describe in RAML 0.8. [Here is a personal use-case for def…
-
We are developing swagger contracts offline, so we don't have URI for the swagger files. And to generate RAML I should install WWW server and deploy swagger contracts to it. It would be good to have a…
-
How could the API Umbrella API Configuration format be designed to align with, and possibly extend, common API Configuration/Documentation formats?
The primary standards for API Configuration/Documen…
-
Some times only range of response code is known, in RAML 0.8 it was possible to us `X` pattern to model it:
``` raml
responses
2XX:
#my response
```
As for me it would be nice to have this fe…
-
IMPORTANT: This hackathon will now be held at the Marriott, near the Vancouver Convention Center. See http://www.ga4gh.org/#/hackathon2016 for details.
## Background
HGVS is a syntax and set of recom…
-
Hi,
I am getting Uncaught AssertionError: expected [Error: self signed certificate] to equal error in ABAO as my API's is using secured certificate. Is there any way in ABAO if I can pass the security…
-
Related to https://github.com/benchflow/benchflow/issues/244. Some of the following applies also to other services.
- [ ] 1. Why do you ignore `BenchFlowTestManagerApplicationDemo.java` in https://…
-
One thing I really like about [go-restful](https://github.com/emicklei/go-restful) is their [built-in Swagger integration](https://github.com/emicklei/go-restful/blob/master/examples/restful-user-serv…