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 params for HTTP Delete #214

Closed ejhayes closed 4 years ago

ejhayes commented 4 years ago

Thanks to @hamzahejja for #180

I noticed that this was only supported for GET requests. It looks like the REST dissertation or HTTP spec don't really take a stance on query params in a DELETE requests so this does seem to be done in the wild (for example: https://developer.atlassian.com/cloud/jira/software/rest/#api-builds-0-1-bulkByProperties-delete).