Jaseibert / QualtricsAPI

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

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

Closed RoseWuyitong closed 11 months ago

RoseWuyitong commented 1 year 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 11 months ago

@RoseWuyitong Merged