Thim

Results 185 comments of Thim

UPDATE: I concluded that the PR functionality does not really belong in openapi-to-postman, because this package is focussed on converting OpenAPI to Postman. Together with [Nick](https://github.com/nicklloyd) from [Apideck](https://www.apideck.com/), we ported...

UPDATE: We just launched the 1.0 release of Portman, which now support contract, variation & integration testing! I wrote a blog post about it on the Apideck website: https://blog.apideck.com/announcing-portman that...

@ani-im This PR is discontinued. Instead we ported the PR contract testing functionality, to a dedicated package >> https://www.npmjs.com/package/@apideck/portman Under the hood it is using openapi-to-postman, to convert the OpenAPI...

Agreed, that would be another feature request depending on this request.

@magicmatatjahu Thanks again for the excellent feedback. I'm going to give it to implement the snippet. If it would be supported in the component, it will improve the UX when...

FYI: The snippet works like a charm 💪

@MikeRalphson I'm doing something wrong with the tests, but not sure how to correct it. If I do a local diff the input & output show the result as expected.

Question: When combining it with the `"inverse":true ` it removes really everything except the "paths" with the "method". Example ``` "methods": ["post"], "inverse": true ``` How can I limit the...

Not sure, I fully understand how I can delete the obj[key] via the state.parent? Since in the recursion, that obj has already passed by?

@MikeRalphson Let me know if you have more remarks or comments, that I can implement. I think it is good to go.