Chilkat Online Tools

Xojo / 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.

Dim http As New Chilkat.Http
Dim success As Boolean

Dim sbResponseBody As New Chilkat.StringBuilder
success = http.QuickGetSb("https://developer.clevertap.com/docs/clevertap-query-language",sbResponseBody)
If (success = False) Then
    System.DebugLog(http.LastErrorText)
    Return
End If

System.DebugLog("Response status code = " + Str(http.LastStatus))
System.DebugLog(sbResponseBody.GetAsString())

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": [
  ]
}