{"_id":"@alpeshp7/node-bebaio","_rev":"6-cdce7591d725ce215141cb194a09f822","name":"@alpeshp7/node-bebaio","time":{"modified":"2022-06-12T14:35:33.839Z","created":"2015-09-15T08:22:56.392Z","0.0.1":"2015-09-15T08:22:56.392Z","0.0.2":"2015-09-15T18:24:10.913Z"},"maintainers":[{"name":"alpeshp7","email":"alpesh@bebaio.com"},{"name":"rajan-g","email":"rajan.gunasekaran@ameexusa.com"}],"dist-tags":{"latest":"0.0.2"},"description":"Bebaio API wrapper","readme":"# Bebaio SDK for Node.js\n\n\n## Installation\n\n`npm install node-bebaio`\n\n## Documentation\n\n//Documentation is available at http://test.elasticbeanstalk.com/apidoc/\n\n## API Overview\n\nEvery resource is accessed via your `bebaio` instance:\n\n```js\nvar bebaio = require('node-bebaio')(' your bebaio Private API key ');\n// bebaio.{ RESOURCE_NAME }.{ METHOD_NAME }\n```\n\nEvery resource method accepts an optional callback as the last argument:\n\n```js\nbebaio.users.retrieve('559f900d186849c42662359e', function(err, userdata) {\n\tif(err) {\n\t\tconsole.log(err);\n\t}\n\telse {\n\t\tconsole.log(userdata);\n\t}\n});\n```\n\nAdditionally, every resource method returns a promise, so you don't have to use the regular callback. E.g.\n\n### Available resources & methods\n\n## Configuration\n\n## Development\n\n## Author","versions":{"0.0.2":{"name":"@alpeshp7/node-bebaio","version":"0.0.2","description":"Bebaio API wrapper","keywords":["api","bebaio","node","IoT"],"homepage":"https://github.com/Bebaio/node-bebaio-sdk","author":{"name":"Alpesh","url":"alpesh@bebaio.com"},"repository":{"type":"git","url":"git+ssh://git@github.com/Bebaio/node-bebaio-sdk.git#stable"},"bugs:":"https://github.com/Bebaio/node-bebaio-sdk/issues","engines":{"node":"0.12.x","npm":"1.3.x"},"main":"lib/bebaio.js","devDependencies":{"chai":"~1.10.0","chai-as-promised":"~4.1.1","mocha":"~2.1.0"},"dependencies":{"bluebird":"^2.9.6","qs":"^2.4.1","lodash":"^3.1.0"},"license":"MIT","scripts":{"test":"mocha","start":"node server.js"},"bugs":{"url":"https://github.com/Bebaio/node-bebaio-sdk/issues"},"gitHead":"68aa871186c6f4fc144fa6037d4347690d49f032","_id":"@alpeshp7/node-bebaio@0.0.2","_shasum":"0a290bc4b1f94ee738db7fc3e5823b2d99473b8a","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.6","_npmUser":{"name":"alpeshp7","email":"alpesh@bebaio.com"},"dist":{"shasum":"0a290bc4b1f94ee738db7fc3e5823b2d99473b8a","tarball":"https://registry.npmjs.org/@alpeshp7/node-bebaio/-/node-bebaio-0.0.2.tgz","integrity":"sha512-LCBw7lvqH08IG8T60wAMKNWQPsyXbj3sVSD2pjQoWEXwEEAa9a/dEM/bIUjGVjWQuy7lBDky7aUyWMOC5FdJrw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE9ykp08d4AZyUZf984ijJcBMNn5bD7rV5PMD+JZ02E2AiEA0lPxp4Tek7SrtNU/Z7xNYFx/8Os3uNqlC/BGgVbazZ0="}]},"maintainers":[{"name":"alpeshp7","email":"alpesh@bebaio.com"}]}},"homepage":"https://github.com/Bebaio/node-bebaio-sdk","keywords":["api","bebaio","node","IoT"],"repository":{"type":"git","url":"git+ssh://git@github.com/Bebaio/node-bebaio-sdk.git#stable"},"author":{"name":"Alpesh","url":"alpesh@bebaio.com"},"bugs":{"url":"https://github.com/Bebaio/node-bebaio-sdk/issues"},"license":"MIT","readmeFilename":"README.md"}