README
List of error codes returned by 8base API.
Publish
Use this when you need to update the library in NPM. The following command will automatically set the version, create a tag for it, build the package and publish it to NPM
git add -A
git commit -m 'version update'
npm version <newversion> # insert your version here (e.g. 0.0.2)