Loading...
Loading...
Compare original and translation side by side
membranenpm install -g @membranehq/climembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane login --tenantmembrane login complete <code>membrane search microsoft-onenote --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane search microsoft-onenote --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane connection list --jsonconnectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --jsonmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --json| Name | Key | Description |
|---|---|---|
| Copy Page to Section | copy-page-to-section | |
| Get Recent Notebooks | get-recent-notebooks | |
| Copy Notebook | copy-notebook | |
| Create Page | create-page | |
| List Section Groups | list-section-groups | |
| List Section Groups in Notebook | list-section-groups-in-notebook | |
| Delete Page | delete-page | |
| Get Page Content | get-page-content | |
| Get Page | get-page | |
| List Pages in Section | list-pages-in-section | |
| List Pages | list-pages | |
| List Sections in Notebook | list-sections-in-notebook | |
| List Sections | list-sections | |
| Create Section | create-section | |
| Get Section | get-section | |
| Get Notebook | get-notebook | |
| List Notebooks | list-notebooks | |
| Create Notebook | create-notebook |
| 名称 | 键名 | 描述 |
|---|---|---|
| 复制页面到分区 | copy-page-to-section | |
| 获取最近使用的笔记本 | get-recent-notebooks | |
| 复制笔记本 | copy-notebook | |
| 创建页面 | create-page | |
| 列出分区组 | list-section-groups | |
| 列出笔记本中的分区组 | list-section-groups-in-notebook | |
| 删除页面 | delete-page | |
| 获取页面内容 | get-page-content | |
| 获取页面信息 | get-page | |
| 列出分区中的页面 | list-pages-in-section | |
| 列出页面 | list-pages | |
| 列出笔记本中的分区 | list-sections-in-notebook | |
| 列出分区 | list-sections | |
| 创建分区 | create-section | |
| 获取分区信息 | get-section | |
| 获取笔记本信息 | get-notebook | |
| 列出笔记本 | list-notebooks | |
| 创建笔记本 | create-notebook |
membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane request CONNECTION_ID /path/to/endpoint| Flag | Description |
|---|---|
| HTTP method (GET, POST, PUT, PATCH, DELETE). Defaults to GET |
| Add a request header (repeatable), e.g. |
| Request body (string) |
| Shorthand to send a JSON body and set |
| Send the body as-is without any processing |
| Query-string parameter (repeatable), e.g. |
| Path parameter (repeatable), e.g. |
membrane request CONNECTION_ID /path/to/endpoint| 标识 | 描述 |
|---|---|
| HTTP 请求方法(GET、POST、PUT、PATCH、DELETE),默认是 GET |
| 添加请求头(可重复使用),例如 |
| 请求体(字符串格式) |
| 发送JSON请求体的快捷方式,会自动设置 |
| 不做任何处理,原样发送请求体 |
| 查询字符串参数(可重复使用),例如 |
| 路径参数(可重复使用),例如 |
membrane action list --intent=QUERYmembrane action list --intent=QUERY