cloudant / python-cloudant

A Python library for Cloudant and CouchDB
Apache License 2.0
163 stars 55 forks source link

Remove src/trg optional parameters in replicator API #341

Closed emlaver closed 6 years ago

emlaver commented 6 years ago

Building a replicator with source and target parameters does not work and has a bug (referenced in #337) that's existed since 2.0.0. Since having both source/target & source_db/target_db params can be confusing and source/target currently don't work, we will remove these optional params.