Jonas Schwartze
Jonas Schwartze
Thanks for your work!
I have defined a path to return XML like this: ``` ... /dialog/{uuid}: x-swagger-router-controller: dialogs get: description: Get specific dialog ... produces: - text/xml responses: "200": description: OK schema: $ref:...
The http transport example in the readme does not work: ```` auto influxdb = influxdb::InfluxDBFactory::Get("http://localhost:8086/?db=test"); ```` The trailing slash behind the port is not needed. The `HTTP::initCurlRead(const std::string& url)` (see...
Hey there, thanks for the awesome project! Is there a way to set/change the default options in the interface? I'm hosting locally using docker and would like to change some...
Hey there, I noticed, that a long table is broken into pages, but the caption is not repeated **if** the table has a header. **If not** the caption is repeated....