intacct / intacct-sdk-js

Official repository of the Sage Intacct SDK for JavaScript in Node.js
https://developer.intacct.com/tools/sdk-node-js/
Apache License 2.0
22 stars 31 forks source link

feat: Add functionality to GetList #118

Open quinnturner opened 1 year ago

quinnturner commented 1 year ago

Adds all supported functionality to the GetList operator for at least the list attachments API except for filtering, which I was not able to figure out for the time being.

This somewhat supersedes https://github.com/intacct/intacct-sdk-js/pull/80 since it has more functionality.