-
- **hapi-swagger version:** 5.1.0
- **hapi version:** 13.3.0
related issues: #235 #209
First, thanks for this module... I'm really loving it compared to manually managing a swagger spec :+1:
I …
-
After generating a swagger-node project (in my case Hapi), how do I configure JWT authentication for the routes (preferably by using [hapi-auth-jwt2](https://github.com/dwyl/hapi-auth-jwt2) or similar…
-
Glenn here. I built hapi-swagger over seven years ago and maintained it in the early days. For the past three years, @robmcguinness has supported the project with PR reviews, updates, commits and rele…
-
Stack trace:
```
ZodError: [
{
"code": "invalid_arguments",
"argumentsError": {
"issues": [
{
"code": "invalid_type",
"expected": "function",
…
gugu updated
8 months ago
-
Looks like Swagger at the moment supports the following frameworks:
- connect
- express
- hapi
- restify
- sails
It would be great if there was documentation showing how we can add swagger to exis…
-
#### Support plan
* *is this issue currently blocking your project?* (yes/no): no
* *is this issue affecting a production system?* (yes/no): yes
#### Context
* *node version*: 20.12.0
* *m…
-
# Issue
I have two related issues connected with describing params in the `Joi` schema that may have multiple values. For example, how do describe `name` as in the query string `?name=Glenn&name=Rob&…
-
#### Context
* *hapi-swgger version*: 7.4.0
* *any other relevant information*:
#### What are you trying to achieve or the steps to reproduce ?
I would like to define a default response for no…
-
**Describe the bug**
when accessing the API definitions for an EvidenceReport resource via http://localhost:8080/fhir/swagger-ui/?page=EvidenceReport server responds with a 400 status
**To Reprod…
-
# Issue
I'm using the 'validate' function to generate the documentation as a payload. However, even using `.required().description('Some description').label('Some label').notes('Some notes')` the doc…