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
23 stars 33 forks source link

Getlist fields / Get API #80

Open doflynn opened 2 years ago

doflynn commented 2 years ago

GET_LIST

The SDK for getlist currently does not support optional selection of fields. This pull requires updates the getlist function to optionally support specifying which fields to include in the getlist results.

GET

The SDK did not include a function for get. The pull request provides an implementation of get, that also supports optionally parameters for specifying which fields to include.

Unit Tests

Unit tests for both getlist and get are included.

dylan-holt-sage commented 2 years ago

@doflynn, GET functionality is already handled via the Read.ts file in the "Common" directory. Please revert those changes related to GET api.