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-postmaster-tools --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane search google-postmaster-tools --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 Traffic Stats | list-traffic-stats | Lists traffic statistics for all available days for a domain. |
| Get Traffic Stats | get-traffic-stats | Gets traffic statistics for a domain on a specific date. |
| Get Domain | get-domain | Gets a specific registered domain by name from Google Postmaster Tools. |
| List Domains | list-domains | Lists all domains that have been registered by the client in Google Postmaster Tools. |
| 名称 | 键名 | 描述 |
|---|---|---|
| 列出流量统计 | list-traffic-stats | 列出某个域名所有可查日期的流量统计数据。 |
| 获取流量统计 | get-traffic-stats | 获取某个域名在指定日期的流量统计数据。 |
| 获取域名 | get-domain | 按名称从 Google Postmaster Tools 获取指定的已注册域名。 |
| 列出域名 | list-domains | 列出客户端在 Google Postmaster Tools 中注册的所有域名。 |
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