I noticed there are times when you may need the full result from "addRecords". For example I was unable to get the id of a newly created record without making modifications to the method you created for "addRecords". the version in this pull request adds a parameter to return the complete JSON body for further processing.
hello,
thanks for writing this library.
I noticed there are times when you may need the full result from "addRecords". For example I was unable to get the id of a newly created record without making modifications to the method you created for "addRecords". the version in this pull request adds a parameter to return the complete JSON body for further processing.
please review this change.
thanks again.