-
Great architecture and coding standards. Using this in one of my company project.
How to register plugins to server based on connection labels. For example, I want to register hapi-swagger plugin to …
-
From @vitorbaptista
https://github.com/z0mt3c/hapi-swaggered-ui might be useful
-
I've been working with datasets recently and was trying to represent a list of points, where each point is a two element array, like:
```
[ [1, 3], [2, 5], [3, 7] ]
```
I've tried several variations…
-
I have a route definition as follows:
```
{
method: 'GET',
path: '/hello/{name}',
config: {
tags: ['api'],
description: 'Write "Hello, {name}"',
handler: Handlers.writeHelloName,
…
xargi updated
8 years ago
-
![voila_capture 2016-02-03_01-50-40_pm](https://cloud.githubusercontent.com/assets/1168345/12782686/283d751e-ca7d-11e5-8739-ca2a8b800fef.png)
```
➜ transparent-production yo swaggerize …
-
Hi Folks,
I've been looking at the V2 JSON examples in https://github.com/swagger-api/swagger-spec/tree/master/examples/v2.0/json and using them with the generator has created a few issues that I've …
-
I recently upgraded to Joi 9.0.4 and noticed my swagger documention for arrays of objects is displaying as follows:
I played around with the versions and found the same code works on Joi 8.4.1 to di…
-
I'm wondering why my swagger ui only showing **'fetching resource list: http://localhost:8001/swagger.json; Please wait.'**
My server has label 'api' and some routers has tags 'api'.
It supposed to di…
-
I'm running the following code but I get an empty swagger page.
Am I missing something? Thank you
``` js
'use strict'
var PORT = process.env.PORT || 3000
const Hapi = require('hapi')
const Inert =…
-
It seems that [this repo](https://github.com/AtomLinter/linter-stylelint) is no longer properly getting PR's after the integration was enabled, even though it disabled the previously active "individua…