implemented detailed endpoint
This commit is contained in:
49
test-detailed.http
Normal file
49
test-detailed.http
Normal file
@@ -0,0 +1,49 @@
|
||||
@baseUrl = http://localhost:3333
|
||||
|
||||
### Test detailed endpoint with Facebook
|
||||
POST {{baseUrl}}/detailed
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"fqdn": "facebook.com"
|
||||
}
|
||||
|
||||
### Test detailed endpoint with Google
|
||||
POST {{baseUrl}}/
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"fqdn": "tiktok.com"
|
||||
}
|
||||
|
||||
### Test detailed endpoint with Reddit
|
||||
POST {{baseUrl}}/detailed
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"fqdn": "reddit.com"
|
||||
}
|
||||
|
||||
### Test detailed endpoint with YouTube
|
||||
POST {{baseUrl}}/detailed
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"fqdn": "youtube.com"
|
||||
}
|
||||
|
||||
### Test detailed endpoint with Twitter
|
||||
POST {{baseUrl}}/detailed
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"fqdn": "twitter.com"
|
||||
}
|
||||
|
||||
### Test simple endpoint with Facebook (original endpoint)
|
||||
POST {{baseUrl}}/
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"fqdn": "facebook.com"
|
||||
}
|
||||
Reference in New Issue
Block a user