Skip to content

[alpha] Feat: bulk operation support

Compare
Choose a tag to compare
@rowasc rowasc released this 12 Jan 00:10
· 11 commits to master since this release
  • Basic PATCH support added through the posts.patchPost(items) method. Currently only supports status field.
  • Basic support for bulk operations added.
    • Calling Posts bulkDelete with an array of objects with an id will result in a bulk deletion.
    • Calling Posts bulkPatch with an array of objects with an id and status will result in a bulk modification of the status field (planning general support for next min version)