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 basecamp --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane search basecamp --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 Projects | list-projects | List all projects visible to the current user |
| List Messages | list-messages | List all messages in a message board |
| List To-dos | list-todos | List all to-dos in a to-do list |
| List To-do Lists | list-todo-lists | List all to-do lists in a to-do set |
| List Comments | list-comments | List all comments on a recording (message, to-do, etc.) |
| List People | list-people | List all people visible to the current user |
| List Project People | list-project-people | List all people on a specific project |
| Get Project | get-project | Get a specific project by ID |
| Get Message | get-message | Get a specific message by ID |
| Get To-do | get-todo | Get a specific to-do by ID |
| Get To-do List | get-todo-list | Get a specific to-do list by ID |
| Get Comment | get-comment | Get a specific comment by ID |
| Get Person | get-person | Get a person by ID |
| Create Project | create-project | Create a new project |
| Create Message | create-message | Create a new message in a message board |
| Create To-do | create-todo | Create a new to-do in a to-do list |
| Create To-do List | create-todo-list | Create a new to-do list in a to-do set |
| Create Comment | create-comment | Create a new comment on a recording (message, to-do, etc.) |
| Update Project | update-project | Update an existing project |
| Update Message | update-message | Update an existing message |
| 名称 | 键 | 描述 |
|---|---|---|
| 列出项目 | list-projects | 列出当前用户可见的所有项目 |
| 列出留言 | list-messages | 列出留言板中的所有留言 |
| 列出待办 | list-todos | 列出待办清单中的所有待办项 |
| 列出待办清单 | list-todo-lists | 列出待办集合中的所有待办清单 |
| 列出评论 | list-comments | 列出某条记录(留言、待办等)下的所有评论 |
| 列出人员 | list-people | 列出当前用户可见的所有人员 |
| 列出项目成员 | list-project-people | 列出指定项目的所有成员 |
| 获取项目 | get-project | 根据ID获取指定项目信息 |
| 获取留言 | get-message | 根据ID获取指定留言信息 |
| 获取待办 | get-todo | 根据ID获取指定待办项信息 |
| 获取待办清单 | get-todo-list | 根据ID获取指定待办清单信息 |
| 获取评论 | get-comment | 根据ID获取指定评论信息 |
| 获取人员信息 | get-person | 根据ID获取指定人员信息 |
| 创建项目 | create-project | 创建新项目 |
| 创建留言 | create-message | 在留言板中创建新留言 |
| 创建待办 | create-todo | 在待办清单中创建新待办项 |
| 创建待办清单 | create-todo-list | 在待办集合中创建新待办清单 |
| 创建评论 | create-comment | 在某条记录(留言、待办等)下创建新评论 |
| 更新项目 | update-project | 更新已有项目信息 |
| 更新留言 | update-message | 更新已有留言信息 |
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