Chilkat Online Tools

VB6 / 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 ChilkatHttp
Dim success As Long

Dim sbResponseBody As New ChilkatStringBuilder
success = http.QuickGetSb("https://developer.clevertap.com/docs/clevertap-query-language",sbResponseBody)
If (success = 0) Then
    Debug.Print http.LastErrorText
    Exit Sub
End If

Debug.Print "Response status code = " & http.LastStatus
Debug.Print 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": [
  ]
}