Christophe HOARAU
Christophe HOARAU
I'll try to check if it's possible to do this. What are you using to generate the definition file ? If it's an external tools maybe I could ask if...
Hey great news, I hope to see this on browser side soon. Thanks a lot.
For insertCallback and addTriggerCallback it seems I was wrong, they might be types, but you can't declare them inside the class declaration, they must be defined before the class. (At...
Hello, I'm new to this project and will try it today. But I would really love this feature. Currently I'm adding proxy routes with curl call using public dockerflow api....
Hi, It's complicate to provide a complete test case as it involves several files. But I think you should be able to reproduce with a simple case : ``` validate...
Thanks, I'll try to create a better tests case I might have missed something that makes the difference. Thanks a lot.
Hi, I have finally found out where was the issue. It's due to caching of objects. Disabling caching (temp fix) solved the issue for me [here](https://github.com/glennjones/hapi-swagger/compare/master...no-more:patch-1) I didn't search enough...
Thanks, I'll try that, do you think it's possible to : 1. Define it globally in hapi swagger plugin options ? 2. Define a schema that can be used ?...
When I'm trying to registrer it at root level with glue : ``` { plugin: { register: 'hapi-swagger', options: { info: { 'title': Config.get('/server').title, 'version': Config.get('/server').version, }, documentationPage: false, swaggerUI:...
Hi, Did you had time to have a look onto this please ? Thanks a lot.