Unofficial Dynalist API Written in Python.
pip install dynalist
Full documentation here:
https://dynalist.readthedocs.io/
Below are some of the methods available in the wrapper.
For the full list and documentation visit the docs
dynalist = Dynalist('your_file_id')
dynalist.file # file info
dynalist.doc # document
dynalist.get_node(node_id='root')
dynalist.get_children(node_id='root')
dynalist.to_json()
- requests