jira-node / node-jira-client

A Node.js wrapper for the Jira REST API
https://jira-node.github.io/
MIT License
450 stars 169 forks source link

ca option not document in JiraApiOptions #290

Closed phil-mitchell closed 4 years ago

phil-mitchell commented 4 years ago

https://jira-node.github.io/typedef/index.html#static-typedef-JiraApiOptions

Makes no mention of ca parameter. Nevertheless, it works, and is explicitly handled by the JiraApi constructor. This lack of documentation cost me a bunch of time. Please add it.