Skip to content

Make getting all child pages of a database more intuitive #28

@floscha

Description

@floscha

Currently, all child pages of a database can be retrieved with client.databases.query(DB_ID). Consider if there could be a more intuitive way like client.databases.get(DB_ID).children. The latter could also "pythonically" support pagination like db.children[10:20].

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions