kean / Get

Web API client built using async/await
MIT License
943 stars 75 forks source link

Check for non-empty query before creating request #28

Closed grdsdev closed 2 years ago

grdsdev commented 2 years ago

Changes

Without this check the URL is created with a trailing ? without any query parameter.