The Wayback Machine - https://web.archive.org/web/20220602092342/https://github.com/topics/redoc
Skip to content
#

redoc

Here are 127 public repositories matching this topic...

fastapi
tiangolo
tiangolo commented Jun 12, 2020

First check

  • I added a very descriptive title to this issue.
  • I used the GitHub search to find a similar issue and didn't find it.
  • I searched the FastAPI documentation, with the integrated search.
  • I already searched in Google "How to X in FastAPI" and didn't find any information.
  • I already read and followed all the tutorial in the docs and didn't find an answ
enhancement good first issue confirmed
webjunkie
webjunkie commented Aug 24, 2018

I'm using https://github.com/Artory/drf-hal-json/ that basically provides custom base serializers that add dynamically fields like _links into the response via the to_representation method.

I tried to somehow get that into the schema as well, but I'm getting stuck. Are there any directions on what I need to provide/subclass/overwrite, so to make it work?

I imagine I could inspect my seri

fastapi-crudrouter
starlite
relsunkaev
relsunkaev commented Mar 23, 2022

Starlette's ASGI types use MutableMapping[str, Any] which is not too different from just typing them dict. This package is fully spec compliant and would help in implementing additional ASGI functionality, as it would allow us to see exactly which keys are available/required to support a feature. There is currently a PR for Starlette that addres

enhancement good first issue

Improve this page

Add a description, image, and links to the redoc topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the redoc topic, visit your repo's landing page and select "manage topics."

Learn more