NAME JIRA::REST::OAuth - Sub Class JIRA::REST providing OAuth 1.0 support. VERSION Version 1.00 SYNOPSIS Module is a sub-class of JIRA::REST, to provide OAuth support, no functionality differences between the two. use JIRA::REST::OAuth; my $jira = JIRA::REST::OAuth->new( { url => 'https://jira.example.net', rsa_private_key => '/path/to/private/key.pem', oauth_token => '', oauth_token_secret => '', consumer_key => '', } ); ... EXPORT None AUTHOR Adam R. Schobelock, "" BUGS Please report any bugs or feature requests to "bug-jira-rest-oauth at rt.cpan.org", or through the web interface at . I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. SUPPORT You can find documentation for this module with the perldoc command. perldoc JIRA::REST::OAuth You can also look for information at: * GitHub Repository * GitHub Issue Tracker (report bugs here) * AnnoCPAN: Annotated CPAN documentation * CPAN Ratings * Search CPAN LICENSE AND COPYRIGHT This software is Copyright (c) 2019 by Adam R. Schobelock. This is free software, licensed under: The Artistic License 2.0 (GPL Compatible)