Last active
November 16, 2016 17:02
-
-
Save Phyks/c525360df2b1168e2fc4bb2e9669dd9a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cozysdk.defineView( | |
| 'CozyInstance', | |
| 'all', | |
| doc => emit(doc._id, doc), | |
| error => error && console.error(error) | |
| ) | |
| cozysdk.queryView('CozyInstance', 'all', {}).then( | |
| res => console.log('Get CozyInstance', res) | |
| ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment