mgmonteleone / python-atlasapi

python package for MongoDB Atlas Cloud provider
Apache License 2.0
21 stars 22 forks source link

Add filtering by event type to events endpoint #147

Closed mgmonteleone closed 1 year ago

mgmonteleone commented 1 year ago

@marieatterbury, thanks for pointing this out...

If you want to get a subset of events for a long period of time, the lack of ability to filter by event type on the call means that this kind of work takes FOREVER.

Need to implement the ability to filter by event type on the API call itself.