L::TreeBuilder;
use LWP::UserAgent;
use HTTP::Cookies;
use XML::Twig;
use Carp 'croak';
use JSON 'decode_json';
our $VERSION = 'v0.3.7';
=head1 NAME
WWW::Fimfiction - CRUD tasks for fimfiction.net
@_;
my $res = $self->_get("http://www.fimfiction.net/api/story.php?story=$id");
return decode_json($res->decoded_content)->{story};
}
=head1 AUTHOR
Cameron Thornton E<lt>cthor@cpan.orgE<gt>
=he