Chilkat Online Tools

Delphi (DLL) / MeiliSearch v0.24 / Global stats

Back to Collection Items

var

begin
success := CkHttp_QuickGetSb(http,'http://localhost:7700/stats',sbResponseBody);


Curl Command

curl -X GET
	-H "X-Meili-Api-Key: masterKey"
http://localhost:7700/stats

Postman Collection Item JSON

{
  "name": "Global stats",
  "request": {
    "method": "GET",
    "header": [
    ],
    "url": {
      "raw": "{{url}}/stats",
      "host": [
        "{{url}}"
      ],
      "path": [
        "stats"
      ]
    }
  },
  "response": [
  ]
}