-
Great module, but was wondering, is it possible to have a config setting saying if a response body should include the http status code and also wrapping the actual result in a "result" property or not…
-
Hapi is my new đź’“. Convert this project to it and use hapi-swagger for documenting the api.
-
Have you considered having a swagger document to describe the endpoints? I know you are using swagger-ui to provide a gui to show a nice page to try out the api, but looking at this you have hard code…
-
#### Context
- _hapi-swagger version_: 7.2.0
- _hapi version_: 15.1.1
- Nginx reverse proxy in front of Node running on port 50505
- [`server.connection`](http://hapijs.com/api#serverconnectionoptions…
-
#### Context
- _hapi-swgger version_: 7.2.0
Hi, this might not be directly related to hapi-swagger but I was wondering if it's possible in both Joi and swagger to define a map of an object ?
I easil…
-
From a project generated with the cli, it's not possible to return a proper status code. swagger-hapi is version 0.1.0. Here's the return code method used:
``` javascript
res.statusCode = 401;
r…
-
#### Context
- _hapi-swgger version_: 7.0.0
#### What are you trying to achieve or the steps to reproduce ?
I'm trying to implement basic-authentication for documentation page too. So that only authe…
-
Hey,
this is not an issue, but just a question. I saw hapi-swagger is supporting file uploads, which is amazing thanks for that! Now i'm wondering if it is also possible to define the content-type of…
-
#### Context
* *hapi-swagger version*: 7.4.0
* *any other relevant information*:
#### What are you trying to achieve or the steps to reproduce ?
According to http://hapijs.com/tutorials/valida…
-
#### Context
- _hapi-swagger version_: 7.2.0
- _any other relevant information_:
#### What are you trying to achieve or the steps to reproduce ?
I'm trying to define a schema with timestamp or dateti…