Skip to content

Instantly share code, notes, and snippets.

@BAXTER001
Last active August 29, 2015 14:15
Show Gist options
  • Save BAXTER001/f1e38c8172d907773c52 to your computer and use it in GitHub Desktop.
Save BAXTER001/f1e38c8172d907773c52 to your computer and use it in GitHub Desktop.
#! /usr/bin/env python
import beatbox
pc = beatbox.PythonClient()
pc.login('username@domain.tld','password')
for result in pc.query('select name from account limit 10'):
print result['Name']
@BAXTER001
Copy link
Author

Entries in the result object will be in the same case as the salesforce API, not the case of the query provided.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment