arturtamborski / notion-py

(Fork of) Unofficial Python API client for Notion.so
https://pypi.org/project/notion-py/
MIT License
63 stars 9 forks source link

notion/utils: fix get_property() bug with keys containing dots #73

Closed arturtamborski closed 3 years ago

arturtamborski commented 3 years ago

This will slow down the traversing by some small amount but it will make it way more bullet proof in case Notion.so comes up with more crazy ideas to use dots in keys...

It works by generating and traversing list of possible keys that can be ambiguous and tries each one until it succeeds with lookup or fails.

arturtamborski commented 3 years ago

Fixes #73