Antybrowser-SDK

 view release on metacpan or  search on metacpan

lib/Antybrowser/SDK.pm  view on Meta::CPAN


    # Stop and delete
    $client->stop_profile($profile->{id});
    $client->delete_profile($profile->{id});

=head1 DESCRIPTION

C<Antybrowser::SDK> is the official Perl client for the
L<Antybrowser|https://antybrowser.com> Local API. It provides access to
profiles, automations, groups, proxies, and extensions of a running
Antybrowser desktop application.

=head1 INSTALLATION

=head2 From CPAN

    cpan Antybrowser::SDK

=head2 From source

    cd perl
    perl Makefile.PL
    make
    make install

=head1 PREREQUISITES

=over 4

=item *

The L<Antybrowser|https://antybrowser.com> desktop app running with the
B<Local API> enabled.

=item *

An B<API key> from Antybrowser Settings -> API.

=item *

Default port B<5173> (configurable via the C<port> option).



( run in 1.408 second using v1.01-cache-2.11-cpan-b16cb0d3907 )