Thin request-like interface for easy access to the itembase REST API from node.js.
npm install itembase
Usage
The module returns a request instance, which handles authentication and accepts relative itembase API URLs.
var itembase = 'access_token'; ;
It's also possible to access the sandbox API.
var sandbox = ;