Sure, :+1:?
If we add more parameters to the query string later, this isn't going to work anymore. We should probably parse the query string now that I look at it.
Yes, we'll need to rework the way we handle the query string then, it's a shame aiohttp doesn't seem to provide the parsing for us :(
Thanks for the review