python-api-client
python-api-client copied to clipboard
FeedlyData object doesn't iterate well.
I noticed sometimes when returning contents of entries there's a content field, othertimes there's a fullContent field.
The way FeedlyData is implemented, if you try to:
if 'content' in entry:
will result in an infinite loop.