ns1 / nsone-python

NS1 Python SDK
https://nsone.net
MIT License
19 stars 20 forks source link

Fix feed deletion URL #12

Closed jhaals closed 8 years ago

jhaals commented 8 years ago

API endpoint for feed deletion require sourceid. /data/feeds/:sourceid/:feedid, see https://ns1.com/api/

jhaals commented 8 years ago

any comments on these?

pashap commented 8 years ago

@jhaals Good catch, the data source id is definitely needed when disconnecting a data feed.

pashap commented 8 years ago

@jhaals Thanks for the fix(disconnecting feed) and feature(deleting monitor). Just released v0.9.6 to pypi with both changes.