var panda = require('./panda')
var config = {
accessKey: 'abcde',
secretKey: 'fghij',
cloudId: '12345'
}
var client = panda.createClient(config);
client.get('/profiles.json', {}, function(p){
console.log(p[0].id)
});
-
Notifications
You must be signed in to change notification settings - Fork 6
panda_client_nodejs
pandastream/panda_client_nodejs
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|