Micha Mazaheri
Micha Mazaheri
Absolutely, yes. I'll have a look. Thank you! ๐
We have a WADL Importer https://github.com/luckymarmot/Paw-WADLImporter for RESTful APIs, so maybe that's not too far from WSDL โ both XML at least! If that help in any way. This WADL...
@geniusescode Thanks for the report. I don't think we can do that actually: - **Swagger** doesn't support groups at all, but rather organizes endpoints by their path from the API...
So a `console.error()` for now? Maybe that can be added to a warning mechanism in Paw? ("File has been imported but there are some issues: โฆ")
The technique you can use here is: ``` javascript processRequest(request) { // generate your code or whatever you need here } processGroup(group) { // generate your code or whatever you...
Also @lkuczborski, we will be adding at some point later (in a few weeks/months) a way to add options to code generators, so we could have a checkbox "Generate code...
@lkuczborski I'm very sorry for the late answer. And your work looks amazing! ...The good news is we already have this API, here's an example: ``` javascript var exchange =...
That's a great idea! ๐ We will try to add this next. An easy thing we can do is to convert MessagePack to JSON and display them as if they...
Yep that's the idea @trinode ๐ We're currently planning these featuresโฆ
Thanks for opening the issue @drewish ๐ Also related to https://github.com/luckymarmot/Paw-DigestAuthDynamicValue/issues/2