Table of Contents

Function Definition: makeapirequest(request = "GET", url = "url", bodytype = "with")

Parameters

NameTypeDescriptionExpected ValuesDefault Value
requeststringThe type of HTTP request."GET", "POST", "DELETE""GET"
urlstringThe URL of the HTTP request.String"url"
bodytypestringThe body type."with" or "without""with"

Description

The block makes the specified type of HTTP request (GET, POST, or DELETE) on the specified URL. The request can have a body or not.

Example

There are no examples documented for this article.