API-Drip-Request
view release on metacpan or search on metacpan
API-Drip
API::Drip::Request is a module to interact with the REST API provided by getdrip.com.
INSTALLATION
If you have a cpan client on your machine, the easiest way to install is:
cpan API::Drip::Requst
To install this module manually, download the distro and run the following commands:
perl Build.PL
./Build
./Build test
./Build install
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.
perldoc API::Drip
You can also look for information at:
Github repository (please report bugs here)
https://github.com/dwright/API-Drip
RT, CPAN's request tracker (if you send bugs here, it may be a long time before I see them)
http://rt.cpan.org/NoAuth/Bugs.html?Dist=API-Drip
bin/drip_client.pl view on Meta::CPAN
=item B<workflow>
Integer ID of a workflow.
=back
=head1 DESCRIPTION
B<drip_client.pl> is a command-line interface to the API::Drip library. It's
a handy way to verify your connection to Drip is working as expected, and
possibly to do some light-weight manipulation of your data.
=cut
use v5.14;
use strict;
use lib '/usr/pair/perl/lib';
use Pair::Result ':all';
lib/API/Drip/Request.pm view on Meta::CPAN
=head1 AUTHOR
Dan Wright, C<< <Dan at DWright.Org> >>
=head1 BUGS
Please report bugs as an issue via GitHub L<https://github.com/dwright/API-Drip/issues>.
=head1 SUPPORT
You can find documentation for this module with the perldoc command.
perldoc API::Drip::Request
You can also look for information at:
=over 4
=item * Github repository (please report bugs here)
L<https://github.com/dwright/API-Drip>
( run in 1.968 second using v1.01-cache-2.11-cpan-fe3c2283af0 )