NAME
BZ::Client::API - Abstract base class for the clients of the Bugzilla API.
VERSION
version 4.4004
SYNOPSIS
This is an abstract base class for classes like BZ::Client::Product, which are subclassing this one, in order to inherit common functionality.
None of these methods are useful to end users.
METHODS
api_call
Wraps BZ::Client::api_call
error
Wraps BZ::Client::error
new
Generic new()
function. Saving doing it over and over.
_create
Calls something on the Bugzilla Server, and returns and ID.
_returns_array
Calls something on the Bugzilla Server, and returns an array / arrayref.
SEE ALSO
AUTHORS
Dean Hamstead <dean@bytefoundry.com.au>
Jochen Wiedmann <jochen.wiedmann@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2021 by Dean Hamstad.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.