# Methods #
############
-BEGIN { *get_products = \&get }
-
# Get the ids of the products the user can search
sub get_selectable_products {
Bugzilla->switch_to_shadow_db();
B<Note>: You must at least specify one of C<ids> or C<names>.
-B<Note>: Can also be called as "get_products" for compatibilty with Bugzilla 3.0 API.
-
=item B<REST>
To return information about a specific groups of products such as
=item REST_RESOURCES
-=item get_products
-
=back
# Add aliases here for method name compatibility #
##################################################
-BEGIN { *get_products = \&get }
-
# Get the ids of the products the user can search
sub get_selectable_products {
Bugzilla->switch_to_shadow_db();
B<Note>: You must at least specify one of C<ids> or C<names>.
-B<Note>: Can also be called as "get_products" for compatibilty with Bugzilla 3.0 API.
-
=item B<REST>
To return information about a specific groups of products such as
=back
=back
-
-=head1 B<Methods in need of POD>
-
-=over
-
-=item get_products
-
-=back