| Froody::Invoker::Remote - invoker that calls methods remotely |
Froody::Invoker::Remote - invoker that calls methods remotely
use Froody::Invoker::Remote;
my $remote = Froody::Invoker::Remote ->new() ->url("http://someserver.com/restendpoint/"); my $method = Froody::Method->new() ->full_name("fred.bar.baz") ->invoker($remote); my $response = $method->call({ foo => "wibble" });
An Invoker that calls a remote server to get the Froody::Response.
The URL of the REST endpoint.
Returns where this invoker originated
None known.
Please report any bugs you find via the CPAN RT system. http://rt.cpan.org/NoAuth/ReportBug.html
Copyright Fotango 2005. All rights reserved.
Please see the main Froody documentation for details of who has worked on this project.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Froody, the Froody::Invoker manpage
| Froody::Invoker::Remote - invoker that calls methods remotely |