Skip to content

Vivtek/WWW-JSONAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WWW-JSONAPI

WWW::JSONAPI is a thin and hopelessly inadequate wrapper around LWP just to abstract out the JSON-handling aspects of dealing with a remote API for my WWW::KeePassRest module while requiring as few dependencies as possible. As such, it's not ready for prime time but has nevertheless been an instructive endeavor.

If you're wanting to write a client for a JSON API, you probably want WWW::JSON at the moment.  Later, though, maybe I'll build something useful out of this module.

INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc WWW::JSONAPI

You can also look for information at:

    RT, CPAN's request tracker (report bugs here)
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=WWW-JSONAPI

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/WWW-JSONAPI

    CPAN Ratings
        http://cpanratings.perl.org/d/WWW-JSONAPI

    Search CPAN
        http://search.cpan.org/dist/WWW-JSONAPI/


About

A thin and hopelessly inadequate wrapper for JSON APIs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages