Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

qsaas v1.2.0

Latest

Choose a tag to compare

@danielpilla danielpilla released this 05 Apr 17:36
· 2 commits to main since this release

Added support for adding custom headers. All functions now have the keyword param headers so that one can pass customer headers as a dictionary, e.g.

data = open('your_image.png', 'rb').read()
q.put('apps/<GUID>/media/files/your_image.png',
      data, headers={"Content-Type": "image/png"})