makenotion / notion-sdk-js

Official Notion JavaScript Client

Home Page:https://developers.notion.com/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove dependency on node-fetch

lcswillems opened this issue · comments

Node 16 is end-of-life. Node 18+ support fetch by default making node-fetch dependency useless.

commented

To maintainers: Arguably a duplicate of #38, more discussion at #401. Will just depend on when you wanna drop Node 16 support (and EoL isn’t necessarily a great reason to do so).

Why EoL might not be a great reason?

I am also having error with http module which is not supported in LLRT AWS Lambda.