David Shainidze

Results 6 issues of David Shainidze

I'm trying to get started with the example from the readme file. I'm pretty sure that I'm providing the correct API key but it gives me the following error: ```text...

How can I embed swagger UI? For example like so: ```js url := ginSwagger.URL("http://localhost:8080/swagger/doc.json") engine.GET("/swagger/*any", ginSwagger.WrapHandler(swaggerFiles.Handler, url)) ```

Currently `extravars` & `credentials` are returned as a JSON string. Returning them as JSON objects would be great. Currently: ```str "extravars": "{\"name\":\"vm1\",\"region\":\"myregion\",\"opco\":\"myopco\"}" ``` After: ```json { "name": "vm1", "opco": "myopco",...

Thanks, for sharing this repo and the blog you're maintaining. I need to write a standalone `Client` package with safety and graceful shutdown in mind. Can you please provide a...

It does not include definitions. I'm using it for Swagger 2. Do u support it?