Alex Furmanski

Results 4 comments of Alex Furmanski

> Could you describe your use case @batwad? This is so I can have an offline copy of the APIs in sync with whatever's in swaggerhub. I have a build...

I was hoping that a relative address would work in a $ref, thereby avoiding the problem @octmueller mentioned. But downloading a resolved version of the API would be even better....

Is there a fix for this? I am being bitten by this issue at the moment. The response from the my Lambda function looks like this: ```json { "statusCode": 200,...

Ha, my workaround was similar - although I couldn't change the response payload I added the following code to forcibly return a `Content-Type` header which kept the calling client happy....