-
http://swagger.io/
-
If you assign the `config.validate.query` property as any of the following:
`{}`, `Joi.object({})`, `Joi.object()` the "Uncaught TypeError: Cannot read property '0' of undefined" error is thrown in t…
-
I'm using your starter kit, and love it. But, I'm having the following issue.
A component has the following line: `import gridlayout from 'gridlayout/gridlayout.min.css';`.
When I run `npm run …
-
The idea is to have something like the following:
```
const udaru = require('udaru')() // maybe with options to override default conf
udaru.listUsers({ organizationId })
...
udaru.addPolicies…
-
Hello,
I'm trying to use typescript generation, but I'm not sure how to do it. Could someone give me more information about :
- The imports property, what is it for ? `CodeGen.getTypescriptCode({ cl…
-
Hi,
I'm not sure, maybe it's an issue with the swagger generator I'm using, but currently when I have an enum inside of an element, the definition is directly included in the element and not as an …
-
Great Sample, Following it for the future projects.
I cloned the repo and started the server. Everything runs fine except request from swagger UI does not work. GET request for getting all tasks exec…
-
Hey.
Joi allows you to develop an extension, so I made a simple one - https://github.com/Dalee/joi-extension-msisdn/blob/master/src/index.js.
As you can see, its type is `msisdn`. So I made use of i…
-
Hi,
I have updated to hapi 15.x.x and the latest hapi-swagger and now on Heroku the documentation page does not display responses
This is the error;
```
{
"error": "no response from server"
}
```…
bnbon updated
8 years ago
-
- hapi-swagger 0.7.2:
- Hapi 14.2:
One of my routes has quite a few options and I'm trying to format the description to make them more clear. Assuming that's the best location for this, what markdown…