my $search_string = $query_params_array[0]->{name};
my $url = 'https://registry.projectcounter.org/api/v1/platform/';
my $url = 'https://registry.countermetrics.org/api/v1/platform/';
my $request = HTTP::Request->new(
GET => $url,
);
</li>
<span
>{{ $__("Please refer to the ") }}
<a href="https://registry.projectcounter.org/">{{
<a href="https://registry.countermetrics.org/">{{
$__("COUNTER registry")
}}</a>
{{ $__("for more information.") }}</span
subtest 'get() tests' => sub {
plan tests => 5;
my $service_url = "https://registry.projectcounter.org/api/v1/sushi-service/b94bc981-fa16-4bf6-ba5f-6c113f7ffa0b/";
my $service_url = "https://registry.countermetrics.org/api/v1/sushi-service/b94bc981-fa16-4bf6-ba5f-6c113f7ffa0b/";
my @expected_fields = (
"api_key_info",
"api_key_required",
-