buttercup/buttercup-core

Attachments support for WebDAV datasource

perry-mitchell opened this issue · 0 comments

Add attachments to the WebDAVDatasource class, allowing attachments to be used with WebDAV endpoints. Follow the example implementation for FileDatasource: #273 (MR: #274).

The following methods should be implemented:

  • getAttachment
  • getAttachmentDetails
  • putAttachment
  • removeAttachment
  • supportsAttachments

Tests should be implemented, at least in the following locations:

  • test/integration/datasources/WebDAVDatasource.spec.js
  • test/integration/attachments.spec.js

Related:

  • FileDatasource: #273
  • DropboxDatasource: #276
  • GoogleDriveDatasource: #277