cloudant / python-cloudant

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

Support `/_search_disk_size` endpoint #357

Closed smithsz closed 6 years ago

smithsz commented 6 years ago

Add new method to DesignDocument class which calls the new /_search_disk_size endpoint or returns 404 if it doesn't exist.

See here for more details.