mgmonteleone / python-atlasapi

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

Support "start" / "end" params for get_measurement_for_hosts() #171

Closed ajdavis closed 1 year ago

ajdavis commented 1 year ago

The getHostMeasurements API supports "start" and "end" as an alternative to "period" (though they're not well documented). I propose that get_measurement_for_hosts should also support these params. I can make a PR.

mgmonteleone commented 1 year ago

merged