Jaseibert / QualtricsAPI

QualtricsAPI is a lightweight Python Package for the Qualtrics API.
https://www.qualtricsapi-pydocs.com
MIT License
20 stars 15 forks source link

Add <verify> in <r.request> #12

Closed RoseWuyitong closed 1 year ago

RoseWuyitong commented 2 years ago

Some people have to use certification to access Qualtrics when using . So need to have code in QualtricsAPI/Survey/responses.py like the below:

      request = r.request("POST", url, data=json.dumps(payload), headers=headers, verify=verify)
Jaseibert commented 1 year ago

@RoseWuyitong Merged