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 flippingbook --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane search flippingbook --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 |
|---|---|---|
| List Tracked Links | list-tracked-links | List tracked links for publications. |
| Create Publication Source | create-publication-source | Create a new source (PDF) for an existing publication. |
| Get Publication Source | get-publication-source | Retrieve information about a single source. |
| List Publication Sources | list-publication-sources | List all sources (PDF history) for a given publication |
| Customize Publication | customize-publication | Update the publication's customization including look and behavior settings |
| Delete Publication | delete-publication | Mark a publication for deletion. |
| Update Publication | update-publication | Update the metadata for a publication, optionally attaching a new source file |
| Create Publication | create-publication | Create a new publication, optionally attaching a source PDF file |
| Get Publication | get-publication | Retrieve information about a publication by its identifier |
| List Publications | list-publications | List filtered and/or paged publications in the account |
| 名称 | 键 | 描述 |
|---|---|---|
| 列出跟踪链接 | list-tracked-links | 列出出版物的跟踪链接 |
| 创建出版物源 | create-publication-source | 为现有出版物创建新的源文件(PDF) |
| 获取出版物源 | get-publication-source | 检索单个源文件的信息 |
| 列出出版物源 | list-publication-sources | 列出指定出版物的所有源文件(PDF 历史版本) |
| 自定义出版物 | customize-publication | 更新出版物的自定义设置,包括外观和行为配置 |
| 删除出版物 | delete-publication | 标记出版物待删除 |
| 更新出版物 | update-publication | 更新出版物的元数据,可选择附加新的源文件 |
| 创建出版物 | create-publication | 创建新出版物,可选择附加源 PDF 文件 |
| 获取出版物 | get-publication | 通过 ID 检索出版物的信息 |
| 列出出版物 | list-publications | 列出账户中经过筛选/分页的出版物 |
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