This part of the Bugzilla REST API allows you to deal with the available Classifications.
You will be able to get information about them as well as manipulate them.
-See L<Bugzilla::WebService::Bug> for more details on how to use this part
+See L<Bugzilla::WebService::Classification> for more details on how to use this part
of the REST API.
This part of the Bugzilla REST API allows you to list the available Products and
get information about them.
-See L<Bugzilla::WebService::Bug> for more details on how to use this part of
+See L<Bugzilla::WebService::Product> for more details on how to use this part of
the REST API.
This part of the Bugzilla REST API allows you to get User information as well
as create User Accounts.
-See L<Bugzilla::WebService::Bug> for more details on how to use this part of
+See L<Bugzilla::WebService::User> for more details on how to use this part of
the REST API.