keeper-core-api
keeper-core-api copied to clipboard
Nunux Keeper core API
Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 2.2.36 to 3.6.1. Release notes Sourced from mongodb's releases. v3.6.1 The MongoDB Node.js team is pleased to announce version 3.6.1 of the driver Release Highlights Kerberos A...
Add: - revision number (in order to manage sync) - TTL (in order to manage temporary document)
Subscribe to a shared label. Receive new subscription contents through push notification
Create new task job to import documents from Pocket. Pocket API keys should be job parameters.
Use URI to define the storage backend: - file:///var/opt/keeper : For local storage backend - s3://mybucket/mydir : For S3 storage backend - etc. Create abstract backend such as: https://github.com/AbstractFS/node-abstractfs