rbw / aiosnow

Asynchronous ServiceNow Library
MIT License
73 stars 12 forks source link

Modifies function to make use of yarl #106

Open michaeldcanady opened 2 years ago

michaeldcanady commented 2 years ago

Quick change to the get_url function to incorporate yarl. More work will need to be done to utilize if for all requests Also changed imports for convert_size to only incorporate needed functions (floor, log, and pow) recommendation to look into http://pypi.python.org/pypi/hurry.filesize/. Might be able to eliminate unneeded function