NAME
Froody - Yet another XML web API framework
SYNOPSIS
bash$ lwp-request 'http://127.0.0.1:4242/?method=froody.demo.localtime&time=258244200'
See Froody::QuickStart for a better introduction.
DESCRIPTION
Froody is a framework that can be used to easily create both server and
clients for making remote API calls across the web.
Froody communicates by the AJAX friendly calling convention of passing
parameters to methods via CGI parameters and returning XML data
structures as a response. The Froody framework handles all the nastyness
of dealing with the CGI and XML for you, so all you really have to worry
about in your Perl code is actually getting the job done. In particular,
it lets you define a strict spec for what will be returned simply by
example, making new methods quick and easy to write.
What Documentation Is There?
First, before you do anything else, you want to read Froody::QuickStart.
This is the basic tutorial which'll get you up and running and give you
and idea of what Froody is all about.
Once you've read that you probably want to read one of the following
Froody::API::XML
How to quickly write an XML specification for Froody Methods.
Froody::Implementation
What you need to know in order to implement the methods you
specified reading the above.
Froody::DataFormats
A quick review of the data formats used by Froody
Froody::Server
Setting up a Froody Server
BUGS
Please report any bugs you find via the CPAN RT system.
AUTHOR
Copyright Fotango 2005. All rights reserved.
This module is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
This module has been worked on by the following people:
Stig Brautaset
Nicholas Clark
Mark Fowler
Chia-liang Kao
Tom Insam
Norman Nunley
You can reach the current maintainers by emailing us at
"cpan@fotango.com", but if you're reporting bugs *please* use the RT
system mentioned above so we can track the issues you report.
SEE ALSO
The "examples" directory that ships with this distribution.