node-jira icon indicating copy to clipboard operation
node-jira copied to clipboard

Adding in makeOptions to allow easy building of request options and defa...

Open wetnun opened this issue 12 years ago • 1 comments

Adding in makeOptions to allow easy building of request options and defaulting of values. Also passes in auth correctly so you can have complex passwords.

This is working with my testing so far with complex passwords that include things like '@'.

wetnun avatar Oct 03 '13 17:10 wetnun

Thank you for your pull request! I have just reviewed the pull request and found two things that I believe are lacking:

  1. Documentation: could you add some information about how to use this feature to the README?
  2. Tests: we're using jasmine tests. It's probaby a good idea to add some tests covering this feature.

lucasvo-taulia avatar Aug 10 '14 15:08 lucasvo-taulia