Loading...
Loading...
Compare original and translation side by side
membranenpm install -g @membranehq/cli@latestmembranenpm install -g @membranehq/cli@latestmembrane login --tenant --clientName=<agentType>membrane login complete <code>--jsonmembrane login --tenant --clientName=<agentType>membrane login complete <code>--jsonmembrane connection ensuremembrane connection ensure "https://elopage.com/" --jsonstate: "READY"membrane connection ensuremembrane connection ensure "https://elopage.com/" --jsonREADYBUILDINGnpx @membranehq/cli connection get <id> --wait --json--wait--timeoutstateBUILDINGREADYCLIENT_ACTION_REQUIREDclientActionclientAction.type"connect""provide-input"clientAction.descriptionclientAction.uiUrlclientAction.agentInstructionsmembrane connection get <id> --jsonREADYCONFIGURATION_ERRORSETUP_FAILEDerrorBUILDINGnpx @membranehq/cli connection get <id> --wait --json--wait--timeoutBUILDINGREADYCLIENT_ACTION_REQUIREDclientActionclientAction.type"connect""provide-input"clientAction.descriptionclientAction.uiUrlclientAction.agentInstructionsmembrane connection get <id> --jsonREADYCONFIGURATION_ERRORSETUP_FAILEDerrormembrane action list --connectionId=CONNECTION_ID --intent "QUERY" --limit 10 --jsonidnamedescriptioninputSchemaoutputSchemamembrane action list --connectionId=CONNECTION_ID --intent "QUERY" --limit 10 --jsonidnamedescriptioninputSchemaoutputSchema| Name | Key | Description |
|---|---|---|
| List Products | list-products | Fetch a list of all products in your Elopage account |
| List Invoices | list-invoices | Get a list of invoices with optional filters by date, status, and product |
| List Publishers | list-publishers | Fetch a list of all publishers (affiliates) |
| List Pricing Plans | list-pricing-plans | Fetch a list of all pricing plans |
| List Webhook Endpoints | list-webhook-endpoints | Retrieve all webhook endpoints configured in your account |
| List Affiliate Redirections | list-affiliate-redirections | Get affiliate redirection information |
| Get Product | get-product | Fetch a product by ID including pricing plans, authors, and other details |
| Get Pricing Plan | get-pricing-plan | Fetch pricing plan information by ID including prices, intervals, and splitting type |
| Get Payment | get-payment | Get payment information by ID. |
| Get Order | get-order | Fetch order information by ID |
| Get Webhook Endpoint | get-webhook-endpoint | Retrieve a single webhook endpoint by ID |
| Get Transfer | get-transfer | Get basic transfer information by ID |
| Get Current Account | get-current-account | Get information about the current authenticated account. |
| Create Product | create-product | Create a new product in Elopage. |
| Create Order | create-order | Create a free order to give access to a product |
| Create Webhook Endpoint | create-webhook-endpoint | Create a new webhook endpoint to receive event notifications |
| Update Product | update-product | Update an existing product in Elopage |
| Update Webhook Endpoint | update-webhook-endpoint | Update an existing webhook endpoint |
| Delete Product | delete-pricing-plan | Delete a pricing plan by ID |
| Refund Payment | refund-payment | Refund a payment. |
| 名称 | 标识 | 描述 |
|---|---|---|
| List Products | list-products | 获取Elopage账户中的所有产品列表 |
| List Invoices | list-invoices | 获取发票列表,可按日期、状态和产品进行筛选 |
| List Publishers | list-publishers | 获取所有发布者(联盟伙伴)列表 |
| List Pricing Plans | list-pricing-plans | 获取所有定价方案列表 |
| List Webhook Endpoints | list-webhook-endpoints | 检索账户中配置的所有Webhook端点 |
| List Affiliate Redirections | list-affiliate-redirections | 获取联盟重定向信息 |
| Get Product | get-product | 通过ID获取产品信息,包括定价方案、作者等详情 |
| Get Pricing Plan | get-pricing-plan | 通过ID获取定价方案信息,包括价格、周期和拆分类型 |
| Get Payment | get-payment | 通过ID获取支付信息 |
| Get Order | get-order | 通过ID获取订单信息 |
| Get Webhook Endpoint | get-webhook-endpoint | 通过ID检索单个Webhook端点 |
| Get Transfer | get-transfer | 通过ID获取基本转账信息 |
| Get Current Account | get-current-account | 获取当前已验证账户的信息 |
| Create Product | create-product | 在Elopage中创建新产品 |
| Create Order | create-order | 创建免费订单以授予产品访问权限 |
| Create Webhook Endpoint | create-webhook-endpoint | 创建新的Webhook端点以接收事件通知 |
| Update Product | update-product | 更新Elopage中的现有产品 |
| Update Webhook Endpoint | update-webhook-endpoint | 更新现有的Webhook端点 |
| Delete Product | delete-pricing-plan | 通过ID删除定价方案 |
| Refund Payment | refund-payment | 退款支付 |
membrane action run <actionId> --connectionId=CONNECTION_ID --jsonmembrane action run <actionId> --connectionId=CONNECTION_ID --input '{"key": "value"}' --jsonoutputmembrane action run <actionId> --connectionId=CONNECTION_ID --jsonmembrane action run <actionId> --connectionId=CONNECTION_ID --input '{"key": "value"}' --jsonoutputmembrane 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