Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 582 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 582 Bytes

AWeber API Perl Module

Simple illustration of using Net::OAuth::Simple to interact with the AWeber API.

Basic Usage:

Check out demo.pl to see how it all works.

Debug Mode:

Add AWEBERAPI_DEBUG to your environment and you'll now get debug output.

Changelog:

2016-11-04: v0.1.1

  • Idiomatic code tweaks
  • Use env var for debug mode

2016-11-02: v0.1.0

  • Add debug output to HTTP requests
  • Add $VERSION
  • Custom UA string

2016-11-01: v0.0.2

  • Document load_tokens()

2016-10-31: v0.0.1

  • Initial commit