-
Updated
May 13, 2022 - TypeScript
redoc
Here are 125 public repositories matching this topic...
-
Updated
May 10, 2022 - Python
I was looking at the implementation for SQLAlchemy and noticed that it takes only the first primary key of the table
https://github.com/awtkns/fastapi-crudrouter/blob/master/fastapi_crudrouter/core/sqlalchemy.py#L50
What if I have a composite primary key in my table?
-
Updated
May 15, 2022 - Python
Within a controller, I don't think you can find a url for another handler using starlette url_path_for.
A working example of it can be found over https://github.com/developmentseed/pg_mvt/blob/10fa599928fc96ea30fad63289e40e39e564845d/pg_mvt/factory.py#L66-L96
-
Updated
May 13, 2022 - sed
-
Updated
Nov 15, 2018
-
Updated
May 15, 2022 - Groovy
Show examples with:
- Multiple APIs
- Different Services
- Different Versions
- Multi File examples #23
- Different schames rather all being petstore yaml
-
Updated
May 4, 2022 - Python
-
Updated
May 15, 2022 - JavaScript
-
Updated
Apr 28, 2022 - YAML
-
Updated
Feb 12, 2022 - TypeScript
-
Updated
May 15, 2022 - Python
-
Updated
May 9, 2022 - Go
-
Updated
Feb 11, 2022 - TypeScript
-
Updated
Feb 26, 2022 - TypeScript
-
Updated
Apr 14, 2022 - JavaScript
-
Updated
Apr 23, 2022 - PHP
-
Updated
Apr 28, 2022 - TypeScript
-
Updated
Dec 28, 2021 - Ruby
-
Updated
Jul 5, 2021 - Python
-
Updated
Apr 21, 2021 - Python
-
Updated
Feb 5, 2018 - CSS
Improve this page
Add a description, image, and links to the redoc topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the redoc topic, visit your repo's landing page and select "manage topics."


I'm using https://github.com/Artory/drf-hal-json/ that basically provides custom base serializers that add dynamically fields like
_linksinto the response via theto_representationmethod.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