summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService.pm
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2010-02-22 21:29:49 +0100
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-02-22 21:29:49 +0100
commit617d50f06ca39972dd78377dd3bf4b126478e944 (patch)
tree4cb83a5ce14cedb1d4356f9ea73797845a6a2420 /Bugzilla/WebService.pm
parent93e4ebe59f0bfc0d964009611e8636eb27c73363 (diff)
downloadbugzilla-617d50f06ca39972dd78377dd3bf4b126478e944.tar.gz
bugzilla-617d50f06ca39972dd78377dd3bf4b126478e944.tar.xz
There was some POD at the end of Bugzilla::WebService::Server::JSONRPC
that was supposed to be at the end of Bugzilla::WebService instead. Also added links to Bugzilla::WebService in both of the Bugzilla::WebService::Server types' POD.
Diffstat (limited to 'Bugzilla/WebService.pm')
-rw-r--r--Bugzilla/WebService.pm26
1 files changed, 26 insertions, 0 deletions
diff --git a/Bugzilla/WebService.pm b/Bugzilla/WebService.pm
index 222923e70..21c6b8175 100644
--- a/Bugzilla/WebService.pm
+++ b/Bugzilla/WebService.pm
@@ -301,3 +301,29 @@ would return something like:
{ users => [{ id => 1, real_name => 'John Smith' }] }
=back
+
+=head1 SEE ALSO
+
+=head2 Server Types
+
+=over
+
+=item L<Bugzilla::WebService::Server::XMLRPC>
+
+=item L<Bugzilla::WebService::Server::JSONRPC>
+
+=back
+
+=head2 WebService Methods
+
+=over
+
+=item L<Bugzilla::WebService::Bug>
+
+=item L<Bugzilla::WebService::Bugzilla>
+
+=item L<Bugzilla::WebService::Product>
+
+=item L<Bugzilla::WebService::User>
+
+=back