This directory contains examples and sample code for using FreshBooks with the SDK (@freshbooks/api
).
If you checkout the project, these files should be runnable locally after installing.
cd ./packages/sdk-examples
npm install
node ./create_invoice.js
Be sure to update the example files with your own credentials in place of <your account id>
and <your access token>
.