diff options
author | jeff <jeff> | 2007-08-06 19:45:22 +0000 |
---|---|---|
committer | jeff <jeff> | 2007-08-06 19:45:22 +0000 |
commit | b70fca057f01d1f0118d7d7c4518b8827ae3cad3 (patch) | |
tree | d4383532d0c63a5aa08598ac920888bb6f3367d7 | |
parent | eba1c59a78238a0fdb13c7861b15a3ce08f593f8 (diff) |
documentation improvements
-rw-r--r-- | fs_selfservice/FS-SelfService/SelfService/XMLRPC.pm | 11 |
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> |