Skip to content
#

openapi3

Here are 700 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
Gornoka
Gornoka commented Aug 20, 2020

Bug Report Checklist

  • [~] Have you provided a full/minimal spec to reproduce the issue?
  • Have you validated the input using an OpenAPI validator, yes I used the validate function of the api generator
  • [5.0.0 ] What's the version of OpenAPI Generator used?
  • Have you search for related issues/PRs?
  • What's the actual output vs expected output?
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

Stranger6667
Stranger6667 commented May 20, 2021

Is your feature request related to a problem? Please describe.
Currently, it is not possible to pass a client-side certificate in Schemathesis CLI.

Docs: https://docs.python-requests.org/en/master/user/advanced/#client-side-certificates

Also, the docs should be extended with this topic

Describe the solution you'd like
Add a couple of CLI parameters for cert & key.

**Additiona

MikeRalphson
MikeRalphson commented Jan 19, 2019
  • Guidance on adding a linter new rule-action (if none of the existing ones can perform the action, or be extended)
  • Expand on guidelines re: keeping commits to logical areas of the code / individual packages where possible
  • Use of conventional-commit standard going forward
  • Advice not to include any package-lock.json changes PRs, for security reasons. File will be regene

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