-
Notifications
You must be signed in to change notification settings - Fork 715
Closed
Labels
Description
Following RFC-6213 (#6213), OpenDAL has introduced a new options-based API pattern to replace the builder pattern for operations (e.g. write_with().append(true)). The new approach simplifies cross language binding parity for capabilities and supported options across all language bindings!
The following Options need to be added or migrated to use this new API in the Node.js bindings:
- WriteOptions: feat(bindings/nodejs): Add WriteOptions support for new options API #6322
- StatOptions: feat(bindings/nodejs): Add StatOptions support for new options API #6282
- DeleteOptions: feat(bindings/nodejs): Add DeleteOptions support for new options API #6349
- ListOptions: feat(bindings/nodejs): Add ListOptions support for new options API #6320
- ReadOptions and ReaderOptions: feat(bindings/nodejs): Add ReadOptions and ReaderOptions support for new options API #6312
Reactions are currently unavailable