From be891c97c342f6197a72897272fc11c81ba4381e Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Thu, 4 Nov 2010 17:52:29 +0100 Subject: Bug 605573: List all available WebService methods at the top of the POD r/a=mkanat --- Bugzilla/WebService/Util.pm | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'Bugzilla/WebService/Util.pm') diff --git a/Bugzilla/WebService/Util.pm b/Bugzilla/WebService/Util.pm index e94feb490..adb7fb43a 100644 --- a/Bugzilla/WebService/Util.pm +++ b/Bugzilla/WebService/Util.pm @@ -129,25 +129,21 @@ internally in the WebService code. =head1 METHODS -=over - -=item C +=head2 filter This helps implement the C and C arguments of WebService methods. Given a hash (the second argument to this subroutine), this will remove any keys that are I in C and then remove any keys that I in C. -=item C +=head2 filter_wants Returns C<1> if a filter would preserve the specified field when passing a hash to L, C<0> otherwise. -=item C +=head2 validate This helps in the validation of parameters passed into the WebSerice methods. Currently it converts listed parameters into an array reference if the client only passed a single scalar value. It modifies the parameters hash in place so other parameters should be unaltered. - -=back -- cgit v1.2.3-24-g4f1b