Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Support for the BatchSize in retrieve requests #145

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fbellgr
Copy link

@fbellgr fbellgr commented Mar 2, 2021

My very simple take on adding support for batching the retrieve requests. There was no support at all for the BatchSize option.
Hoping you find this useful and satisfactory.

For clarity, you use it the same way you use the filter option:

const options = options: { filter: myFilter, batchSize: 50 }
SoapClient.retrieve(type, props, options, callback);

Regards

P.S.: You might have noticed an identical pull request before. I closed it because I had mistakenly made it from my master branch. This is the correct one.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant