kean / Get

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

Optional query value #8

Closed fonkadelic closed 2 years ago

fonkadelic commented 2 years ago

Query parameters without values are uncommon, but the Request type should allow them. This also matches up with the optional value property of URLQueryItem.

kean commented 2 years ago

Thanks!