deconst / content-service

An API for storing, indexing and retrieving documentation
MIT License
4 stars 9 forks source link

Support diff uploads #92

Closed smashwilson closed 8 years ago

smashwilson commented 8 years ago

Rather than perform a full content upload every time, it would be far more efficient to first query the content service for checksums of the assets and envelopes that you're about to upload, then only upload the content that's changed.

To support this, we'll need to:

smashwilson commented 8 years ago

This was fixed in #100.