-
Is there anything in the pipeline to extract model schemas from hapi validation for array and object parameters?
I'd be interested in looking into this.
-
Hi I installed hapi-swagger@3.0.0-rc2 but ui is not loading instead i am getting this
```
fetching resource list: http://user-desktop:3000/swagger.json
```
and it never loads. Also in console i am g…
-
This caused me a lot of trouble. If I wasn't time constraint I would do a PR.
-
so let's say, one method has:
```
path : '/one_method'
config :
validate:
payload:
data: t.object().keys
something : t.string().requi…
-
Hello guys,
I think i found an issue in the case where the route path variable name matches its payload name. When they are the same strings, the model schema will not show the right detail.
Here is…
-
First, let me express my appreciation and congratulations for this awesome open-source project. It has greatly enhanced the hapi community.
I seem to have encountered a minor bug related to HTTP head…
-
The labling of groups is not working with `pathPrefixSize` or the `baseUrl` property
-
Hi,
Thanks for building this plugin. I've only recently started using it and its great, so far the only issue i'm facing is with regard to sortPaths.
I've tried both sortPaths: 'path-method' and s…
-
## Summary
hapi-swagger 3.0.0 is a new implementation of the code to support Swagger 2.x. The plug-in now builds the JSON representation of the API in the Swagger 2.x format; it also supports the lat…
-
When processing a Joi schema which uses [max](https://github.com/hapijs/joi/blob/master/API.md#stringmaxlimit-encoding) or min to represent the allowable string length, hapi-swaggered generates max & …