gnustavo / JIRA-REST

Thin wrapper around Jira's REST API
https://metacpan.org/release/JIRA-REST/
17 stars 17 forks source link

Patch to modify new() to take named parameters in a hashref and allow anonymous access #12

Closed packy closed 7 years ago

packy commented 7 years ago

The three commits in this pull request do the following:

  1. Rework the arguments for new() so it can accept either a hash reference of parameters or the old-style unnamed parameters.

  2. Add support for a new REST::Client configuration extension to turn off SSL verification.

  3. Make a minor pedantic change in documentation ('hash-ref' to 'hash reference')

gnustavo commented 7 years ago

Hi Packy. Thank you for the PR.

I made a few changes and added a few tests on 916c3b44. Please, take a look and tell me what you think.

I'm going to leave on vacation on Monday and will be away for about 10 days so that most probably I'll be able to cut a release with this just before Christmas.