@notionhq/client
Version:
A simple and easy to use client for the Notion API
16 lines • 417 B
JavaScript
;
// cspell:disable-file
// Note: This is a generated file. DO NOT EDIT!
Object.defineProperty(exports, "__esModule", { value: true });
exports.search = void 0;
/**
* Search by title
*/
exports.search = {
method: "post",
pathParams: [],
queryParams: [],
bodyParams: ["sort", "query", "start_cursor", "page_size", "filter"],
path: () => `search`,
};
//# sourceMappingURL=search.js.map