# shellcheck shell=dash disable=SC2154,2034
___x_cmd_shodan_notifier_provider(){
    local X_help_cmd='x help -m shodan notifier provider';   help:arg:parse
    shodan:arg:format:raw:json2app:all

    "___x_cmd_shodan_notifier_provider___${format}"
}

___x_cmd_shodan_notifier_provider___app(){
    local data; data=$( ___x_cmd_shodan_notifier_provider___json )  || shodan:data:ret
    ___x_cmd_pipevar data x j2y
}


___x_cmd_shodan_notifier_provider___json(){
    local data; data="$( ___x_cmd_shodan_notifier_provider___raw )"    || shodan:data:ret
    ___x_cmd_pipevar data
}

___x_cmd_shodan_notifier_provider___raw(){
    x ccmd 1d -- ___x_cmd_shodan_ourl get "/notifier/provider"
}

