-
## Describe the bug
When using `router="hash"` the contact email becomes a (not found) page link instead of a `mailto:` link.
## To Reproduce
1. Given this OpenAPI document:
```yaml
openapi…
-
As above, everything's working fine but all my Next JS (App Router) API endpoints have /route.cjs appended to them in the generated openapi output when I run the CLI generate operation.
Is this int…
-
I have a struct `Object`
```rs
#[cfg_attr(feature = "openapi", derive(utoipa::ToSchema))]
#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct Object {
#[cfg_attr(fea…
-
# Improve documentation
## Link
https://github.com/supabase/auth/blob/master/README.md
## Describe the problem
There is at least one endpoint missing from the API Endpoints documentation.…
-
I got it working with minimal changes to your code:
### response.py
```python
from pydantic_xml import BaseXmlModel, element
class XmlResponse(JSONResponse):
def render(self, content: Any…
-
https://github.com/tiangolo/fastapi/issues/829#issuecomment-576712484
The `/docs` fails on AWS Gateway deployed to a stage root like `/dev`, so that `/dev/docs` tries to redirect to `/docs` and fai…
-
I have an OpenAPI 3.0.2 definition which I use to create the public documentation for my API. In the spec, I list the URL:s of my public servers under the `servers` section.
Now I am trying to use th…
-
Im a maintainer for [Lemmy](https://github.com/LemmyNet/lemmy), which uses actix-web and has a large API of probably around 100 endpoints. I tried to integrate utoipa in order to generate API docs, as…
-
Hi, how do we provide auth token for requests? Or is that not possible because your plugin wraps many different endpoints with different behavior?
-
I have a use case where part of the exposed API is reverse-proxied to a downstream server. Currently, this is implemented directly using `chi.Router`:
```go
func (a *PrometheusApi) Register(rout…