YAML based OpenAPI Spec - is not handled
rajmohanjiffy opened this issue · 5 comments
YAML based OpenAPI spec - when I tried to convert to mockintosh mocks, I found that it provides only URLs and Parameters. Response, request body etc is lost. Please fix this quickly.
@rajmohanjiffy I think this issue is related to #141 Is that correct?
Could you please provide an OpenAPI/Swagger specification file as a test case to demonstrate the problem?
@rajmohanjiffy that's totally OK. We're improving the transpiler based on petstore.json
test case and the test cases in this repository. If there is a really specific problem that occurs only in a secret OAS document then you can always write a minimal, reproducible example in the form of an OAS document without including any confidential information.
@rajmohanjiffy we have improved the OAS transpiler. The related PR is merged and the improvements will be available in the next release. You can install mockintosh
from source by running pip3 install -e .
(editable install) to have the latest code in the default branch.
Thank you so much for your contribution through reporting this issue.