Skip to content

Add shortcuts for created_time and last_edited_time #30

Description

@floscha
client.databases.query(DB_ID, filters.Timestamp.last_edited_time.after("2022-01-01")

instead of

client.databases.query(DB_ID, filters.Timestamp("last_edited_time").after("2022-01-01")

Allows faster/easier coding as the shortcuts will support auto-completion.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions