Skip to content

Perl client for Drip REST API (api.getdrip.com)

Notifications You must be signed in to change notification settings

dwright/API-Drip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/API-Drip

    CPAN Ratings
        http://cpanratings.perl.org/d/API-Drip

    Search CPAN
        http://search.cpan.org/dist/API-Drip/


LICENSE AND COPYRIGHT

Copyright (C) 2017 Dan Wright

This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.

See L<http://dev.perl.org/licenses/> for more information.

About

Perl client for Drip REST API (api.getdrip.com)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages