Is your feature request related to a problem? Please describe.
StandNote uses the old way of pushing the text to a Notion doc via making a request to the Notion client with the doc link and Notion V2 Token (using notion==0.0.27 Python package).
Describe the solution you'd like
Since Notion has released its new API, we would like to integrate the new API and remove the old way of pushing the summarized text to a Notion doc.
You can read more about Notion API here.
Is your feature request related to a problem? Please describe.
StandNote uses the old way of pushing the text to a Notion doc via making a request to the Notion client with the doc link and Notion V2 Token (using
notion==0.0.27Python package).Describe the solution you'd like
Since Notion has released its new API, we would like to integrate the new API and remove the old way of pushing the summarized text to a Notion doc.
You can read more about Notion API here.