dynalist

Unofficial Dynalist API Written in Python


Keywords
dynalist, api
License
MIT
Install
pip install dynalist==0.2.3

Documentation

Dynalist

LICENSE pypi docs

Unofficial Dynalist API Written in Python.

Installing

pip install dynalist

Documentation

Full documentation here:

https://dynalist.readthedocs.io/

Usage Example

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()

License

MIT

Requires

  • requests