autoit / CleverTap API / https://developer.clevertap.com/docs/clevertap-query-language
Back to Collection Items
; This example assumes the Chilkat API to have been previously unlocked.
; See Global Unlock Sample for sample code.
$oHttp = ObjCreate("Chilkat.Http")
Local $bSuccess
$oSbResponseBody = ObjCreate("Chilkat.StringBuilder")
$bSuccess = $oHttp.QuickGetSb("https://developer.clevertap.com/docs/clevertap-query-language",$oSbResponseBody)
If ($bSuccess = False) Then
ConsoleWrite($oHttp.LastErrorText & @CRLF)
Exit
EndIf
ConsoleWrite("Response status code = " & $oHttp.LastStatus & @CRLF)
ConsoleWrite($oSbResponseBody.GetAsString() & @CRLF)
Curl Command
curl -X GET
https://developer.clevertap.com/docs/clevertap-query-language
Postman Collection Item JSON
{
"name": "https://developer.clevertap.com/docs/clevertap-query-language",
"request": {
"method": "GET",
"header": [
],
"url": {
"raw": "https://developer.clevertap.com/docs/clevertap-query-language",
"protocol": "https",
"host": [
"developer",
"clevertap",
"com"
],
"path": [
"docs",
"clevertap-query-language"
]
}
},
"response": [
]
}