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.
Get IDP schema method that returns the fields and types
add columns to idp
add single record to idp
get single record from idp
delete record from idp
add many records to idp
get data from idp
New methods on Distributions class:
generate individual survey link for single contact
generate many links from pandas dataframe
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.
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.