JIRA-REST-Class
view release on metacpan or search on metacpan
});
* username
* password
The username and password of a JIRA user to use for authentication.
If anonymous is false then, if either username or password isn't
defined the module looks them up in either the ".netrc" file or via
Config::Identity (which allows "gpg" encrypted credentials).
Config::Identity will look for ~/.jira-identity or ~/.jira. You can
change the filename stub from "jira" to a custom stub with the
"JIRA_REST_IDENTITY" environment variable.
* rest_client_config
A JIRA::REST object uses a REST::Client object to make the REST
invocations. This optional argument must be a hash reference that
can be fed to the REST::Client constructor. Note that the "url"
lib/JIRA/REST/Class.pm view on Meta::CPAN
});
=item * B<username>
=item * B<password>
The username and password of a JIRA user to use for authentication.
If B<anonymous> is false then, if either B<username> or B<password> isn't
defined the module looks them up in either the C<.netrc> file or via
L<Config::Identity|Config::Identity> (which allows C<gpg> encrypted credentials).
L<Config::Identity|Config::Identity> will look for F<~/.jira-identity> or
F<~/.jira>. You can change the filename stub from C<jira> to a custom stub
with the C<JIRA_REST_IDENTITY> environment variable.
=item * B<rest_client_config>
A JIRA::REST object uses a L<REST::Client|REST::Client> object to make the REST
invocations. This optional argument must be a hash reference that can be fed
to the REST::Client constructor. Note that the C<url> argument
( run in 0.759 second using v1.01-cache-2.11-cpan-e1769b4cff6 )