Jaseibert / QualtricsAPI

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

New IDP class and new distribution methods for generating links #17

Open Tyler-Owen-Morris opened 5 months ago

Tyler-Owen-Morris commented 5 months ago

This pull request introduces a new ImportedDataProject class and 2 new distribution methods for generating unique links.

Imported Data Project class includes these new methods.

New methods on Distributions class:

Major, potentially breaking change! variable path added to returned URL for xm=True when calling self.header_setup() method. This seems to make sense for consistency rather than adding the path manually after generating the directory base url - the path parameter should be able to be combined as well. I don't think this breaks any of the existing directory methods, but it could have consequences in methods I didn't test.