Hi,
I'm relatively new to REDCap and have found this library very helpful. It looks as if work was discontinued on the project before the date range filtering was added to the Export Records call. My use case requires using this, so I went ahead and forked and made the simple change.
I just followed the template in the code and added two new keys to the data payload. I use the dateutil.parser.parse method to make it so the input values for the dates can be a little flexible. This meant updating requirements.txt as well.
I didn't see any appropriate tests to modify.
I'm opening this issue here, and will attach a pull request. This is my first github pull request, so feedback welcome.
Hi,
I'm relatively new to REDCap and have found this library very helpful. It looks as if work was discontinued on the project before the date range filtering was added to the Export Records call. My use case requires using this, so I went ahead and forked and made the simple change.
I just followed the template in the code and added two new keys to the data payload. I use the dateutil.parser.parse method to make it so the input values for the dates can be a little flexible. This meant updating requirements.txt as well.
I didn't see any appropriate tests to modify.
I'm opening this issue here, and will attach a pull request. This is my first github pull request, so feedback welcome.