gatsby-source-notion-api
Advanced tools
Comparing version
@@ -45,3 +45,3 @@ const fetch = require("node-fetch") | ||
try { | ||
const db = await fetch(`https://api.notion.com/v1/databases/${databaseId}/query?page_size=100`, { | ||
const db = await fetch(`https://api.notion.com/v1/databases/${databaseId}/query`, { | ||
method: "POST", | ||
@@ -48,0 +48,0 @@ body: JSON.stringify({ |
{ | ||
"name": "gatsby-source-notion-api", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Gatsby source plugin for official Notion.so API", | ||
"main": "index.js", | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org" | ||
}, | ||
"scripts": { | ||
@@ -7,0 +10,0 @@ "test": "echo \"Error: no test specified\" && exit 1", |
8059
0.66%