We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a13c6a9 commit 6e10f62Copy full SHA for 6e10f62
snippets/cloudflare-domain-rank/cloudflare-domain-rank.storm
@@ -18,7 +18,7 @@ Dependencies:
18
+inet:fqdn
19
20
// Query Cloudflare's Radar's Domains Rank details for the inbound domain.
21
-$url = $lib.str.concat("https://api.cloudflare.com/client/v4/radar/ranking/domain/", $node.repr())
+$url = `https://api.cloudflare.com/client/v4/radar/ranking/domain/{$node.repr()}`
22
$headers = $lib.dict(
23
"Accept"="application/json",
24
"Authorization"= `Bearer {$lib.globals.get(cloudflare:apikey)}`
0 commit comments