Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nilsdebruin/9d84c3f72269feffffb7602a0a7d20a0 to your computer and use it in GitHub Desktop.
Save nilsdebruin/9d84c3f72269feffffb7602a0a7d20a0 to your computer and use it in GitHub Desktop.
@app.get("/secure_endpoint", tags=["test"])
async def get_open_api_endpoint(api_key: APIKey = Depends(get_api_key)):
response = "How cool is this?"
return response
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment