notion-client
Advanced tools
Comparing version 2.3.1 to 2.3.2
@@ -343,3 +343,2 @@ "use strict"; | ||
url = this._apiBaseUrl + "/" + endpoint; | ||
console.log('notion fetch', url); | ||
return [2 /*return*/, node_fetch_1["default"](url, { | ||
@@ -346,0 +345,0 @@ method: 'post', |
@@ -338,3 +338,2 @@ var __assign = (this && this.__assign) || function () { | ||
url = this._apiBaseUrl + "/" + endpoint; | ||
console.log('notion fetch', url); | ||
return [2 /*return*/, fetch(url, { | ||
@@ -341,0 +340,0 @@ method: 'post', |
{ | ||
"name": "notion-client", | ||
"version": "2.3.1", | ||
"version": "2.3.2", | ||
"description": "Robust TypeScript client for the unofficial Notion API.", | ||
@@ -27,3 +27,3 @@ "repository": "NotionX/notion-kit", | ||
}, | ||
"gitHead": "f92bffae1c7dcc2bf2d1bba115ed7d1b2961dda4" | ||
"gitHead": "fb5f8820142b196aa3e4ef96e59cb5151be6890a" | ||
} |
@@ -9,2 +9,5 @@ import fetch from 'node-fetch' | ||
/** | ||
* Main Notion API client. | ||
*/ | ||
export class NotionAPI { | ||
@@ -11,0 +14,0 @@ private readonly _apiBaseUrl: string |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
11572
758571