-
In building flask-apispec for conda-forge, I'm seeing the following error on our CI (https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=548922&view=logs&j=656edd35-690f-5c53-9ba…
-
Allow for plugin-able support for various type model libraries. Currently only marshmallow is supported, but it would be nice it pydantic could be plugin-able.
https://pydantic-docs.helpmanual.io/…
-
When installing in a clean environment and just applying minimal modifications to provide a minimal lookup server setup as documented at https://github.com/jotelha/dtool-lookup-server-retrieve-plugin-…
-
Update the API documentation.
If feeling extra fancy, create a new tool which auto generates the documentation from comments in the code and just write a doc comment above the endpoint in the code wh…
-
Currently, the Robotoff API is partially documented in https://github.com/openfoodfacts/robotoff/blob/master/doc/references/api.md, in the Blueprint API format.
Switch API documentation to a more r…
-
**Apache Airflow version**: 2.1.0.dev0 (f94effeab1a943a7fad19845c10a2b3ea2731fce)
```
alabaster==0.7.12
alembic==1.5.8
-e git://github.com/apache/airflow@f94effeab1a943a7fad19845c10a2b3ea2731fce#e…
-
I want to export a dashboard with the api and I have the result "Fatal error"
I try to export the default dashboard: World Bank's Data
With the url:
http://localhost:8089/api/v1/dashboard/expor…
-
Using flask-apispec 0.11.1, browsing to /swagger-ui gives an empty page and the following 404 errors on the server:
```
192.168.1.11 - - [2022-03-30 09:42:39] "GET /swagger-ui/ HTTP/1.1" 200 1232 0.…
-
*ModuleNotFoundError: No module named 'werkzeug.wrappers.etag' #20723*
#### How to reproduce the bug
Install using pip on Ubuntu with python 3.9
Get to this point as per instructions:
`$H…
-
**Description**
In the case of an invalid parameter in the request (e.g. header, query, etc.) fastapi returns a 422 status code with the following example body:
```
{
"detail": [
{
…