Help for this page

Select Code to Download


  1. or download this
    sub api_call {
        my ($client, $value, $url) = @_;
    ...
        $client->addHeader('Content-type','application/json');
        $client->GET($url);
    }
    
  2. or download this
    api_call($client, $value, $urlstringlog);