microsoft / typed-rest-client

Node Rest and Http Clients with typings for use with TypeScript
Other
675 stars 118 forks source link

Support adding query-parameters in RestClient Requests. #180

Closed hamzahejja closed 4 years ago

hamzahejja commented 4 years ago

Description: Per Issue #172 reported, this PR will allow sending query-parameters with RestClient GET Requests.

Introduced Changes:

msftclas commented 4 years ago

CLA assistant check
All CLA requirements met.

damccorm commented 4 years ago

This looks awesome, thanks for the contribution @hamzahejja!