Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

Fix kwargs usage in object calls #1

Merged
merged 4 commits into from
Oct 22, 2014

Conversation

scottanderson42
Copy link
Contributor

Fixes prospect.unassign_by_email and prospect.create_by_email, in which the format() call was inserting None into the paths.

Updating the kwargs with object keys is unnecessary, and in these two instances this behavior led to a bug.

- Not all methods in Prospect are tested yet.
- BREAKING CHANGE in Prospects.query(): now returns a list of Prospect dicts instead of the raw JSON.
joshgeller added a commit that referenced this pull request Oct 22, 2014
Fix kwargs usage in object calls
@joshgeller joshgeller merged commit 613e8a7 into joshgeller:master Oct 22, 2014
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.

2 participants