doctrine / couchdb-client

CouchDB Client library
MIT License
122 stars 68 forks source link

Manage attachments #31

Closed tomsowerby closed 9 years ago

tomsowerby commented 9 years ago

Utilises the Attachment class to allow get, put and delete of attachments within the client.

See unit tests for assertions and usage.

tomsowerby commented 9 years ago

Noticed some encoding issues with this. Closing until fixed.