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 google-docs --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane search google-docs --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 |
|---|---|---|
| Batch Update Document | batch-update-document | Applies multiple updates to a document in a single request |
| Insert Table | insert-table | Inserts a table at a specific location in the document |
| Insert Inline Image | insert-inline-image | Inserts an image at a specific location in the document |
| Delete Content | delete-content | Deletes content from a specific range in the document |
| Replace All Text | replace-all-text | Finds and replaces all instances of text matching a search string or regex pattern |
| Insert Text | insert-text | Inserts text at a specific location or at the end of the document body |
| Get Document | get-document | Gets the latest version of a document including its content and metadata |
| Create Document | create-document | Creates a new blank Google Docs document with the specified title |
| 名称 | 标识 | 描述 |
|---|---|---|
| 批量更新文档 | batch-update-document | 在单个请求中对文档应用多项更新 |
| 插入表格 | insert-table | 在文档的指定位置插入表格 |
| 插入嵌入式图片 | insert-inline-image | 在文档的指定位置插入图片 |
| 删除内容 | delete-content | 从文档的指定范围删除内容 |
| 替换所有文本 | replace-all-text | 查找并替换所有匹配搜索字符串或正则表达式的文本实例 |
| 插入文本 | insert-text | 在文档的指定位置或正文末尾插入文本 |
| 获取文档 | get-document | 获取文档的最新版本,包括其内容和元数据 |
| 创建文档 | create-document | 创建一个带有指定标题的新空白Google Docs文档 |
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