-
Como autenticar uma API com token JWT
-
Hello,
# Describe bug
I would try one of the marshmallow example given in the readme, I have this error:
```
Traceback (most recent call last):
File "/home/clachat/wd/codes/microservices/te…
ced42 updated
3 years ago
-
Hello,
Not sure why this is happening. to recreate simply see the screenshot and code below.
I am not sure if flasgger fully supports OA3 and SwaggerView schemas.
I have seen a case where [@mic…
-
The color.py example in README.md shows a screenshot where the string "colors" is displayed in bold just above the "GET" white-on-blue keyword.
However, while running Flasgger 0.9.5, if I run the c…
fpoto updated
3 years ago
-
I'm using Flask RESTful and I want POST validated using `Flasgger(parse=True)`
If $ref is used in schema:
```
parameters:
- in: body
name: body
schema:
$ref: '#/definitions/…
-
Hi Bruno,
I am using flasgger and I have to said that I really like it!.
I have tested the uiversion 3, and I read in your post that it is unstable, but the only problem that I have can find is …
-
Hey,
I have a valid openapi.json file (checkd with editor.swagger.io), but multipart/form-data parameters are not correctly rendered in the UI. I'm using flasgger 0.9.2, uiversion 3 and openapi 3.0…
-
Currently we need ` $ref: '#/definitions/Color'` and we should support `$ref: Color`
```yaml
Palette:
type: object
properties:
palette_name:
type: a…
-
### problem
- I‘ve developed an API called ANSWER,in both GET and POST, and then tested by "try it out".
- However, POST api didn't passed the parameter, while GET api ran normal, and so did the POS…
-
The startup bukuserver code [sets up a handful of `/api` routes](https://github.com/jarun/buku/blob/v4.7/bukuserver/server.py#L280-L296); as far as I can tell, only `/api/tags` is [actually used withi…