send APIRequest
Method to send an api request with a single header
Parameters
: "URL"
used in the api request
: method used in the api request
: header key for the request
: header value for the request
Method to send an api request with different headers
Parameters
: "URL"
used in the api request
: method used in the api request
: headers for the request
Method to send an api request
Parameters
: "URL"
used in the api request
: method used in the api request
: query queryParams of the request
Method to send an api request with a single header
Parameters
: "URL"
used in the api request
: method used in the api request
: header key for the request
: header value for the request
: query params of the request
Method to send an api request with different headers
Parameters
: "URL"
used in the api request
: method used in the api request
: headers for the request
: query params of the request
Method to send an api request
Parameters
: "URL"
used in the api request
: method used in the api request