summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjeff <jeff>2007-08-06 19:45:57 +0000
committerjeff <jeff>2007-08-06 19:45:57 +0000
commitf94515af18fe894f3b3c3bbda8ea5e73986ed78e (patch)
tree66b452fb544bd56d0f41da3c7a4388b3b863e1e6
parent29bf787a0f758f8be078e14a5670e114f9219c11 (diff)
documentation improvements
-rw-r--r--fs_selfservice/FS-SelfService/SelfService/XMLRPC.pm11
1 files changed, 6 insertions, 5 deletions
diff --git a/fs_selfservice/FS-SelfService/SelfService/XMLRPC.pm b/fs_selfservice/FS-SelfService/SelfService/XMLRPC.pm
index 71d489bde..4e0d3e909 100644
--- a/fs_selfservice/FS-SelfService/SelfService/XMLRPC.pm
+++ b/fs_selfservice/FS-SelfService/SelfService/XMLRPC.pm
@@ -10,14 +10,15 @@ FS::SelfService::XMLRPC - Freeside XMLRPC accessible self-service API
Use this API to implement your own client "self-service" module vi XMLRPC.
-Each routine described in L<FS::SelfService> is available vi XMLRPC. All
-values are passed to the selfservice-server in a struct of strings. The
-return values are in a struct as strings, arrays, or structs as appropriate
-for the values described in L<FS::SelfService>.
+Each routine described in L<FS::SelfService> is available vi XMLRPC as the
+method FS.SelfService.XMLRPC.B<method>. All values are passed to the
+selfservice-server in a struct of strings. The return values are in a
+struct as strings, arrays, or structs as appropriate for the values
+described in L<FS::SelfService>.
=head1 BUGS
--head1 SEE ALSO
+=head1 SEE ALSO
L<freeside-selfservice-clientd>, L<freeside-selfservice-server>,L<FS::SelfService>