node-jira
node-jira copied to clipboard
Adding in makeOptions to allow easy building of request options and defa...
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 '@'.
Thank you for your pull request! I have just reviewed the pull request and found two things that I believe are lacking:
- Documentation: could you add some information about how to use this feature to the README?
- Tests: we're using jasmine tests. It's probaby a good idea to add some tests covering this feature.