python-atlasapi icon indicating copy to clipboard operation
python-atlasapi copied to clipboard

Refactor `get_log_for_host` in `atlas.py` to pass params directly instead of building the URI

Open mgmonteleone opened this issue 3 years ago • 0 comments

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.

mgmonteleone avatar Aug 28 '22 06:08 mgmonteleone