Skip to content

giux78/HoodieCreator

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

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors