SkillAgentSearch skills...

Dynalist

Unofficial Dynalist API Written in Python

Install / Use

/learn @georgefeng/Dynalist
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

Related Skills

View on GitHub
GitHub Stars9
CategoryDevelopment
Updated1y ago
Forks3

Languages

Python

Security Score

70/100

Audited on Sep 24, 2024

No findings