UNPKG

@notionhq/client

Version:

A simple and easy to use client for the Notion API

16 lines 414 B
"use strict"; // cspell:disable-file // Note: This is a generated file. DO NOT EDIT! Object.defineProperty(exports, "__esModule", { value: true }); exports.getAsyncTask = void 0; /** * Retrieve an async task */ exports.getAsyncTask = { method: "get", pathParams: ["task_id"], queryParams: [], bodyParams: [], path: (p) => `async_tasks/${p.task_id}`, }; //# sourceMappingURL=async-tasks.js.map