In [3]: balanced.configure('441ba950ea6411e2950a026ba7cac9da')
In [4]: balanced.BankAccount.query.all()
---------------------------------------------------------------------------KeyErrorTraceback (mostrecentcalllast)
<ipython-input-4-93cf3ced395f>in<module>()
---->1balanced.BankAccount.query.all()
/Users/marshall/.virtualenvs/tmp/lib/python2.7/site-packages/balanced/resources.pycinall(self)
162163defall(self):
-->164returnlist(self)
165166defone(self):
/Users/marshall/.virtualenvs/tmp/lib/python2.7/site-packages/balanced/resources.pycin__iter__(self)
133def__iter__(self):
134ifself.next_pageisnotNone:
-->135forresourceinitertools.chain(self.items, self.next_page):
136yieldresource137else:
/Users/marshall/.virtualenvs/tmp/lib/python2.7/site-packages/balanced/resources.pycinitems(self)
190defitems(self):
191foriteminself._lazy_loaded['items']:
-->192_resource=_RESOURCES.from_uri(item['uri'])
193yield_resource(**item)
194KeyError: 'uri'