square-connect-api
Version:
Node api wrapper for Square Connect v1 and v2
8 lines (5 loc) • 339 B
Markdown
#Square Connect Api :money_with_wings:
####<a href="https://www.npmjs.com/package/square-connect-api">View on NPM</a>
npm install square-connect-api
Instantiate a SquareConnect client with the main export below, each instance method takes a `callback` as the last argument with standard `(err, response)` protocol.
---------------------