Jon Rosner
Jon Rosner
Very good idea. The only question is how do you handle manual changes that were done to the collection after importing it from an openapi file. An easy solution would...
Will look into it. Since resolving HTTP could lead to security issues, we probably just start with the .zip file approach.
anything I can do to speed up the feedback process?
Hello, please post a minimal reproducible example JSON
It is not currently on the road map. What would be the individual features that you'd have in mind for this?
I think this should be doable without too much effort, as it's basically just building a REST request from different sources. The problem is I've never worked with GraphQL and...
I solved the problem the following way: ``` {({ isOpen }) => (
is this still an option? I could maybe take this and transform some errors into dedicated errors rather than `fmt.Errorf` errors. I ran into the same problem again when in...
Just the template
Interesting find. We don't do anything with the response. If this is true then the web client we are using might do some formatting. I will test it on my...