| froody - command line for Froody |
froody - command line for Froody
bash$ froody -uhttp://foo.com/fe examples.myapi.greet who Mark
Command line client for Froody.
Loads the API via that URL's reflection service and allows you to call methods against it. You can specify this flag multiple times for different URLs.
Loads the module. If this is a subclass of Froody::Implementation this allows you to call methods that this module implements. You can specify this flag multiple times for different modules.
Add this path to @INC.
Print out the data in the Terse data format rather than printing the XML
=item -p
Print out the data in the PerlDS data format rather than printing the XML
=item -y
Use YAML instead of Data::Dumper when printing data with C<-t> or C<-p>. Prints an error if YAML isn't installed.
Benchmark requests. Prints out how long the request takes after all local code has been loaded and remote reflection calls have been run.
=item -nnumber
Repeat the request a number of times. Useful for crude benchmarking.
Quiet mode. Don't actually print out the output of the method.
Start a standalone server on the port passed. Defaults to 4242 if no port is specified
Print the specification for the given Froody::Method rather than running a method
| froody - command line for Froody |