1BZ::Client::API(3)    User Contributed Perl Documentation   BZ::Client::API(3)
2
3
4

NAME

6       BZ::Client::API - Abstract base class for the clients of the Bugzilla
7       API.
8

VERSION

10       version 4.4002
11

SYNOPSIS

13       This is an abstract base class for classes like BZ::Client::Product,
14       which are subclassing this one, in order to inherit common
15       functionality.
16
17       None of these methods are useful to end users.
18

METHODS

20   api_call
21       Wraps "BZ::Client::api_call"
22
23   error
24       Wraps "BZ::Client::error"
25
26   new
27       Generic "new()" function. Saving doing it over and over.
28
29   _create
30       Calls something on the Bugzilla Server, and returns and ID.
31
32   _returns_array
33       Calls something on the Bugzilla Server, and returns an array /
34       arrayref.
35

SEE ALSO

37       BZ::Client
38

AUTHORS

40       ·   Dean Hamstead <dean@bytefoundry.com.au>
41
42       ·   Jochen Wiedmann <jochen.wiedmann@gmail.com>
43
45       This software is copyright (c) 2017 by Dean Hamstad.
46
47       This is free software; you can redistribute it and/or modify it under
48       the same terms as the Perl 5 programming language system itself.
49
50
51
52perl v5.30.0                      2019-07-26                BZ::Client::API(3)
Impressum