opendns / pyinvestigate

Python module to interface with the OpenDNS Investigate API
MIT License
62 stars 31 forks source link

Add utm_source parameter #28

Closed joshwertheim closed 5 years ago

joshwertheim commented 5 years ago

Current implementation sets this at Investigate object initialization-time. utm_source allows us to filter down to specific tools/platforms calling our API, and in this case using pyinvestigate.

yeungp commented 5 years ago

Should update version number in setup.py to track the version of pyinvestigate which adds utm_source. Should add the tag 1.8.0 to release this feature.

joshwertheim commented 5 years ago

Closing for a couple changes.