The basic request function, returns Response instance
Response
an object to add to url search params
Optional
if data is falsy value, send GET request, otherwise send POST request
for adjusting request content-type, by default is json format
Generated using TypeDoc
The basic request function, returns
Response
instance