mongodb / stitch-js-sdk

MongoDB Stitch JavaScript SDK
Apache License 2.0
113 stars 67 forks source link

REALMC-5056 - support queryParams for service delete and rule create, update, delete #396

Closed chickenbug closed 4 years ago

chickenbug commented 4 years ago

This update adds query param support for:

With this we can run those functions allow_destructive_changes when we want to ignore a destructive sync error.

As this update is not implementation specific, and since the idea of what is or is not destructive has not been finalized yet I opted not to add tests. Let me know if there's a better way to test or mock general param behavior!