GoodwayGroup / intacct-api

Node.js library to interact with Intacct's XML API
MIT License
5 stars 6 forks source link

Support '*' query on inspect static function #16

Open johnmcguin opened 7 years ago

johnmcguin commented 7 years ago

when following the Intacct API to query all objects (e.g. IntacctAPI.inspect({object: '*'}), the '*' does not seem to work. Is there a way to query all objects when using your module or to add support for the '*' query? Also relevant to the inspect method, can you inspect with details via this api? There is an example of this in intacct's documentation, but I am unsure how to achieve this via intacct-api module. Thanks for your work!