İstek ve Yanıt
Değişkenler
{
"şema": [
{ "type": "string", "name": "api_key", "title": "API Key", "default": "", "required": true, "message": "Required an API Key" },
],
"request": {
"method": "http_post",
"url": "http://127.0.01/?key=$API_KEY"
"options": {
"headers": {
"Authorization": "Bearer $API_KEY",
"Content-Type": "application/json"
}
}
}
}Parametreler
method: string
stringinitialUrl: string (isteğe bağlı)
string (isteğe bağlı)url: string
stringencodeURI: boolean (isteğe bağlı)
boolean (isteğe bağlı)encodeURIComponent: boolean (isteğe bağlı)
boolean (isteğe bağlı)encodeURIExtra: string (isteğe bağlı)
string (isteğe bağlı)userAgent: string (isteğe bağlı)
string (isteğe bağlı)sorguSeçici: string
stringsorguSeçiciHepsi: string (isteğe bağlı)
string (isteğe bağlı)sorguÖzelliği: string
stringbody: nesne
nesneoptions: nesne (isteğe bağlı)
nesne (isteğe bağlı)yanıtTürü: string
stringyanıtSorgusu: string
stringHTTP İsteklerinden JSON Yanıtlarını Ayrıştırma
responseQuery
Sonuç
Örnekler
1. Web Kazıma Yöntemi

Gerekli Parametreler
2. HTTP GET Yöntemi

Gerekli Parametreler
3. HTTP POST Yöntemi
