luckymarmot / Paw-OpenAPI3Importer

OpenAPI 3 (Swagger 3) Importer for Paw
MIT License
18 stars 3 forks source link

Fix use of request variables #9

Closed mittsh closed 3 years ago

mittsh commented 3 years ago

@pongstr Here's the fixed we discussed. It wasn't very clear obviously, sorry about that. In the URL, variables will be always request variables. There's no need to try matching those variables with environment variables, so I removed the bit of code relevant to env variables in URL.