python-atlasapi
python-atlasapi copied to clipboard
Refactor `get_log_for_host` in `atlas.py` to pass params directly instead of building the URI
Now that we have a network class that can handle params a kwargs, this code does not need to manualy put together the URI but can send params to the get function instead.