NAME

Tomba::Similar - Similar domains for the Tomba.io API

SYNOPSIS

use Tomba::Similar;

my $tomba = Tomba::Similar->new("ta_xxxxx", "ts_xxxxx");
my $similar = $tomba->Similar("tomba.io");

DESCRIPTION

Retrieve similar domains based on a specific domain.

Similar

my $data = $tomba->Similar("tomba.io");

Retrieve similar domains based on a specific domain.

See https://docs.tomba.io/api/domain#get-similar

AUTHOR

Mohamed Ben rebia, <b.mohamed@tomba.io>

COPYRIGHT AND LICENSE

Copyright 2023 Mohamed Benrebia <b.mohamed@tomba.io>

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0