Skip to content

Repository files navigation

API Key Example

Running:

$ pip install --upgrade connexion[swagger-ui]  # install Connexion from PyPI
$ uvicorn app:app

Now open your browser and go to http://localhost:8080/openapi/ui/ or http://localhost:8080/swagger/ui/ to see the Swagger UI.

The hardcoded apikey is asdf1234567890.

Test it out (in another terminal):

$ curl -H 'X-Auth: asdf1234567890' http://localhost:8080/openapi/secret
$ curl -H 'X-Auth: asdf1234567890' http://localhost:8080/swagger/secret

About

HoodieCreator API

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages