Robert Brennan

Results 1265 comments of Robert Brennan

https://md5.tpondemand.com/api/v1/index/meta

Yup this should be doable. I think you just need to add a `fields` parameter to the OpenAPI for each operation. You can look in `./patches` for examples of how...

Hi there, sorry for the delay The easiest way to add a new integration is with an Open API specification (or another API spec). Otherwise creating an integration involves a...

Yeah I understand that implementing the VolumeSnapshot API would involve a lot of work. I'm specifically interested in being able to run tests that use the VolumeSnapshot API. Ideally I'd...

Have learned a bit more since opening the issue. In particular, stopping/starting the underlying pods is not part of the VolumeSnapshot API. The user is expected to handle all of...

Can you share your apibp file? The command works for me with this one: https://raw.githubusercontent.com/apiaryio/api-blueprint/master/examples/Polls%20API.md

If anyone can share a file that triggers this bug, I'm happy to try and reproduce.

Thanks for the details! Unfortunately I wasn't able to trigger the error by setting a query parameter to `integer` - any more details you can share on how to reproduce?

When I load the azure link I get ``` AuthenticationFailed Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature. RequestId:8c1c704b-401e-001b-033f-ff4af5000000...

Using mulesoft/oas-raml-converter sounds like the way to go. I think Mulesoft is more or less the owner of RAML, so we might as well use their solution.