Update types related to changes in /api/v3/queryCollection
.
Refactor TypeScript definitions and code.
Release new documentation generated with TypeDoc, hosted on https://notionapi.netlify.com.
Finish TypeScript definitions for all APIs exposed by NotionAgent
class. Hope this will make development easier !
When using v0.6.0 ~ v0.7.2, import this library with
const { NotionAgent } = require('notionapi-agent')
Instead of
const NotionAgent = require('notionapi-agent')