matomo-org / piwik-python-api

Piwik API for Python
BSD 3-Clause "New" or "Revised" License
101 stars 43 forks source link

Added support for the cdt parameter for overriding the datetime #10

Closed kelfish closed 7 years ago

kelfish commented 10 years ago

I added in the cdt parameter to the _get_request method to allow self.forced_datetime to be passed into PiWik.

nkuttler commented 10 years ago

Thanks for this! Could you have a look at writing a test for it?

kelfish commented 10 years ago

Sure, yeah, good call!

mattab commented 9 years ago

Hi @kelfish - any chance you could write a little test for this one?

brendon-codes commented 7 years ago

This functionality has been added in the refactor branch.