Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save francbartoli/5bb91acaa6c256369eb8e9a9b849dd95 to your computer and use it in GitHub Desktop.

Select an option

Save francbartoli/5bb91acaa6c256369eb8e9a9b849dd95 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