NAME
REST::Cot - REST easier, lay on a cot
VERSION
version 0.006
SYNOPSIS
This package is a blatant rip-off of Python's Hammock library.
my $metacpan = REST::Cot->new('http://api.metacpan.org/');
my $data = $metacpan->v0->author->JMMILLS->GET();
say $data->{email}->[0]; # jmmills@cpan.org
CAVEAT
This package was developed for an application I maintain as conviencince. It's under-documented, and under-tested. YMMV
AUTHOR
Jason Mills <jmmills@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 by Jason Mills.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.