matomo-org / piwik-python-api

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

Remove parameter #1

Closed andrewschoen closed 12 years ago

andrewschoen commented 12 years ago

I added a remove_parameter method to PiwikAnalytics. This is helpful when using the same object to make multiple calls.

There is also a little fix to get_parameter in there.