Skip to content

Instantly share code, notes, and snippets.

@stevek-pro
Created February 22, 2021 08:35
Embed
What would you like to do?
Quay Basic Sample Request
#!/usr/bin/python
import requests
r = requests.post('https://quay.dev/test_org/test_repo:v1', headers={'content-type': 'application/json', 'Authorization': 'Bearer LLDDBIYHDQSVE0IKOEN329QUDQRX96FDIZK20MP3X2PH7TVOMCXDKNXBYS0TQPASZXCCHU2R5AMZQ3OIMYN11QAEWHCGETVRF3BDOEZFJBA7WSGGTFVTVT43'}, data={'test':'value'}, verify=False)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment