Created
August 12, 2020 08:56
-
-
Save JayDoubleu/cb4fbcac7865ee2d9b071161cfbed254 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def set_headers(credentials): | |
headers = credentials.signed_session().headers | |
headers['Content-type'] = 'application/json' | |
return(headers) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment