cloudant / nodejs-cloudant

Cloudant Node.js client library
Apache License 2.0
255 stars 90 forks source link

Set `parseURL = false` on underlying Nano instance. #349

Closed smithsz closed 6 years ago

smithsz commented 6 years ago

Checklist

Description

Ensure that Nano always returns a server object.

Approach

Add parseUrl: false option when instantiating Nano client.

Schema & API Changes

No change.

Security and Privacy

No change.

Testing

Covered in existing test suite.

Monitoring and Logging

No change.