Chi-Iroh / HubSpot-API

MIT License
0 stars 0 forks source link

Update httpRequestManager method declaration #5

Closed Mael-RABOT closed 1 year ago

Mael-RABOT commented 1 year ago

Update httpRequestManager method declaration

public async send(url : string, requestType : HttpRequestType = "GET", headers : Headers = new Headers(), body : string = "")
Chi-Iroh commented 1 year ago

This default parameter allowed caller not to explicitly write GET, which reduces readability and is more error-prone, thus I removed it.