Skip to content
#

openapi3

Here are 868 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
acidtonic
acidtonic commented Sep 10, 2021

Base64 packing the logo is unproductive and prohibitively complicated.

Originally I just thought it was related to the method of delivery, minification,etc....

But then I discovered the "enterprise" copy you sell directly offers the "feature" of changing the logo, which then just packs up a new image.

Now I realize why changing the logo is difficult and you won't document how to do it in

deepmap-marcinr
deepmap-marcinr commented Jun 6, 2019

Schemas, Operations, support Swagger extensions. Rather than inferring Go type names from those properties, we can also allow specifying them. Adding support for an extension like x-go-typename on those would allow for more flexibility in naming the Swagger properties more clearly since they don't have to map to the same Go type.

good first issue
spectral
rossmcdonald
rossmcdonald commented Jan 6, 2021

While not technically in violation of the OpenAPI specification, including a query parameter in a path should be flagged as an error in Spectral:

A path has specific meaning in HTTP as a part of a URL that comes after the host name and before the query string or fragment. A "path item" key must be only a path, it cannot have a query string or a fragment.

For example, the following when def

enhancement good first issue OpenAPI
Stranger6667
Stranger6667 commented Sep 14, 2020

This might be helpful - too many redirects may be considered an error. E.g. the API schema might need to provide endpoints that won't involve any redirection at all, for example, if the app redirects "/api/users" to "/api/users/", then the schema should have endpoints with trailing slashes to avoid these redirects for clients at all.

Implementation notes

  • Update models.Case.call signatu
RapiDoc
ghilainm
ghilainm commented Mar 15, 2022

The following error is shown in the console when only content is specified and no schema for headers.

Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'type')
    at unpkg.com/rapidoc@9.2.0/dist/rapidoc-min.js:2886:26
    at Array.map (<anonymous>)
    at ne.responseHeaderListTemplate (unpkg.com/rapidoc@9.2.0/dist/rapidoc-min.js:2880:13)
    at unpkg.com/ra
good first issue

Improve this page

Add a description, image, and links to the openapi3 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 openapi3 topic, visit your repo's landing page and select "manage topics."

Learn more