fbellgr

Results 4 issues of fbellgr

Action=start is not the only value allowed for perform operations, in the SOAP API. For example, there is also a ClearData action: [Clear Data from a Data Extension](https://developer.salesforce.com/docs/atlas.en-us.noversion.mc-apis.meta/mc-apis/clearing_data_from_a_data_extension.htm) ``` ClearData...

I noticed someone else has already made a pull request for FuelSoap.prototype.extract. Here is a very simple implementation with absolutely nothing else, hoping it helps speed things along. To help...

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...

It seems it is now impossible to use a NameValueCollection as a source of credentials. It will conditionally check the appsettings but otherwise go straight for the hard-coded file WITHOUT...

enhancement