-
This PR landed Swagger support for Hapi: https://github.com/CoderDojo/cp-zen-platform/pull/709. Internally uses the [Hapi-Swagger](https://www.npmjs.com/package/hapi-swagger) module.
To see it in act…
-
I'm a big fan of whats happening in Tide and the overall approach. Many web server frameworks in other languages allow for extensions that produce swagger output. The swagger output enables use of swa…
-
I have defined following circular model in my API:
```
tree_model = api.model('TreeModel', {
'node': fields.Nested(node_model)
})
tree['children'] = fields.List(fields.Nested(tree_model), default…
-
We must either add back swagger comments or figure out something better. I wasn't a huge fan of swagger documentation, so I'd love to try something different. Perhaps https://github.com/adams-sarah/te…
-
**Overview**
Swagger incorrectly parses parameters using nullable value types like `int?`. It reports the parameter as being dataType: "Nullable`1" instead of `int`.
**Steps To Reproduce**
1. Start…
-
Considering the possibility of using a proper API documentation tool to improve firmware documentation.
- doxygen
- readthedocs
- swagger.io
- ...
-
I had to use versioning-bundle on ApliPlatform so I had to create simple normalizer for that.
```
use ApiPlatform\Core\Documentation\Documentation;
use ApiPlatform\Core\Swagger\Serializer\Documen…
-
Using swagger v2 is it possible to get DRF ChoiceField and FileField serializer fields to be recognised in the django-rest-swagger (SwaggerUIRenderer) interface? These are just being displayed as 'for…
-
##### Description
This issue regards at least client documentation automatic generation (plus for some languages also not just doc) with `swagger-codegen` because of a bug in many languages templat…
-
I am using `flask_restplus 0.10.1 ` for swagger api documentation in the python project. The configuration I am using is as below
```
api = Api(app,version='1.0',title='Flask Rest Api',descripti…