NAME

Tomba::Status - Domain status and autocomplete for the Tomba.io API

SYNOPSIS

use Tomba::Status;

my $tomba = Tomba::Status->new("ta_xxxxx", "ts_xxxxx");
my $status = $tomba->Status("gmail.com");
my $suggestions = $tomba->Autocomplete("googl");

DESCRIPTION

Check domain status (webmail/disposable) and auto-complete company names.

Status

my $data = $tomba->Status("gmail.com");

Returns domain status indicating if it is a webmail or disposable domain.

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

Autocomplete

my $data = $tomba->Autocomplete("googl");

Company Autocomplete API that lets you auto-complete company names and retrieve logo and domain information.

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

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