superfell / Beatbox

Beatbox is an easy to use Python Library for accessing the Salesforce.com API

Home Page:http://www.pocketsoap.com/beatbox/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for iterable versions of the standard calls.

BAXTER001 opened this issue · comments

I have a small collection of monkey patches I put into our internal version of beatbox to add methods that return iterators for the collection returning calls that wrap the need to use queryMore, and alternate forms of upsert,insert and delete that take generators and chunk them into blocks of size batchSize.

How would you feel about a PR for adding these methods onto the Client or an iterClient subclass?

Sounds like a good idea.

Cool, I'll submit a PR for an iterableClient subclass shortly.