{"_id":"1sc-api","_rev":"3-989cd57899ad766149784b75b177f2c7","name":"1sc-api","description":"Node API for 1 Shopping Cart","dist-tags":{"latest":"1.0.1"},"versions":{"1.0.1":{"name":"1sc-api","version":"1.0.1","description":"Node API for 1 Shopping Cart","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/ajaxmonk/1SC-API.git"},"keywords":["1","Shopping","Cart","Node","API"],"author":{"name":"Michael Watson"},"license":"MIT","bugs":{"url":"https://github.com/ajaxmonk/1SC-API/issues"},"homepage":"https://github.com/ajaxmonk/1SC-API#readme","dependencies":{},"gitHead":"ed3e21feecf7c2005b9aaac613bd6ce7663cc955","_id":"1sc-api@1.0.1","_shasum":"cbcd8be7395ea4606a754c65f5a20cbfd6526fe1","_from":".","_npmVersion":"2.13.5","_nodeVersion":"0.12.3","_npmUser":{"name":"tokyotoejam","email":"tokyotoejam@gmail.com"},"dist":{"shasum":"cbcd8be7395ea4606a754c65f5a20cbfd6526fe1","tarball":"https://registry.npmjs.org/1sc-api/-/1sc-api-1.0.1.tgz","integrity":"sha512-0RhKatCWiBivrZDpMYiZbvbVoAQN2EuphoBeilvI0d+X5x21t/pIyfY+UFh4/4K90FWf1dPgI2sts6X8s52MRg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDDTexwYSpItpMcdEBks2TAF3nw0VeMJK+rRLEHkjmQPAiEA9i4klgVzmDFFQLU1VgEg3Pjqs1g3UnU4vd+l8TPl0Bs="}]},"maintainers":[{"name":"tokyotoejam","email":"tokyotoejam@gmail.com"}]}},"readme":"# 1SC-API\nNode API for 1 Shopping Cart\n\n### Get Started\n\n```javascript\n\n\t//  One Shopping Cart api\n\tvar OneShopClass=require('1sc-api');\n\t\n\t//  Get instance of api -- passing it access credentials\n\tvar OneShopApi = new OneShopClass({\n\t    merchantId: 'YOUR MERCHANT ID',\n\t    merchantKey: 'YOUR MERCHANT KEY',\n\t    apiUri: 'https://www.mcssl.com'\n\t});\n\n\t// Implements Promises\n\tapi.getClientById(123456)\n\t.then(function(clientXML){\n\t\t\t\t// parse clientXML with your favorite xml to json converter\n\n\t\t},function(err){\n\t\t\t\t// handle error\n\n\t\t\t});\n\t\t\t\n\n```\n","maintainers":[{"name":"tokyotoejam","email":"tokyotoejam@gmail.com"}],"time":{"modified":"2022-06-12T14:06:19.598Z","created":"2015-10-15T22:22:03.944Z","1.0.1":"2015-10-15T22:22:03.944Z"},"homepage":"https://github.com/ajaxmonk/1SC-API#readme","keywords":["1","Shopping","Cart","Node","API"],"repository":{"type":"git","url":"git+https://github.com/ajaxmonk/1SC-API.git"},"author":{"name":"Michael Watson"},"bugs":{"url":"https://github.com/ajaxmonk/1SC-API/issues"},"license":"MIT","readmeFilename":"README.md"}