NAME

WebService::Scriptogram - Scriptogr.am API

This module provides a Perl wrapper around the Scriptogr.am ( <http://scriptogr.am> ) API. You'll need a Scriptogr.am blog and an API key before you'll be able to do anything interesting with this module.

See <http://scriptogr.am/dashboard#api_documentation> for authoritative documentation of API calls.

VERSION

Version v0.0.1

SYNOPSIS

Quick summary of what the module does.

Perhaps a little code snippet.

use WebService::Scriptogram;

my $text = <<TEXT;
**Hello, World!**

First post!  I'm using [WebService::Scriptogram](https://github.com/hakamadare/webservice-scriptogram).
TEXT

my %params = (
    app_key => 'Scriptogr.am App Key',
    user_id => 'Scriptogr.am User ID',
    name => 'My First API Post',
    text => $text,
);

METHODS

article

delete

AUTHOR

Steve Huff, <shuff at cpan.org>

BUGS

Please report any bugs or feature requests to bug-webservice-scriptogram at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WebService-Scriptogram. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

perldoc WebService::Scriptogram

You can also look for information at:

ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT

Copyright 2012 Steve Huff.

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 http://dev.perl.org/licenses/ for more information.