mirror of
https://github.com/nox-project/nox-framework.git
synced 2026-06-08 16:07:17 +00:00
27 lines
634 B
JSON
27 lines
634 B
JSON
{
|
|
"name": "hackernews_user",
|
|
"category": "social",
|
|
"endpoint": "https://hacker-news.firebaseio.com/v0/user/{target}.json",
|
|
"method": "GET",
|
|
"requires_auth": false,
|
|
"selectors": {
|
|
"karma": "$.karma"
|
|
},
|
|
"rate_limit": 1.0,
|
|
"headers": {},
|
|
"api_key_slots": [],
|
|
"input_type": "username",
|
|
"output_type": [
|
|
"username"
|
|
],
|
|
"normalization_map": {},
|
|
"tags": [
|
|
"passive",
|
|
"fast"
|
|
],
|
|
"health_check_url": "https://hacker-news.firebaseio.com",
|
|
"expected_status": 200,
|
|
"reliability_score": 5,
|
|
"backup_endpoints": [],
|
|
"confidence": 1.0
|
|
} |