UNPKG

@nocobase/plugin-action-custom-request

Version:

Sending a request to any HTTP service supports sending context data to the target service.

30 lines (29 loc) 1.01 kB
{ "name": "@nocobase/plugin-action-custom-request", "version": "1.8.26", "main": "dist/server/index.js", "homepage": "https://docs.nocobase.com/handbook/action-custom-request", "homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/action-custom-request", "displayName": "Action: Custom request", "displayName.zh-CN": "操作:自定义请求", "description": "Sending a request to any HTTP service supports sending context data to the target service.", "description.zh-CN": "向任意 HTTP 服务发送请求,支持将上下文数据发送给目标服务。", "license": "AGPL-3.0", "devDependencies": { "@formily/react": "2.x", "@formily/shared": "2.x", "antd": "5.x", "lodash": "4.x", "react-i18next": "^11.15.1", "react-router-dom": "6.x" }, "peerDependencies": { "@nocobase/client": "1.x", "@nocobase/server": "1.x", "@nocobase/test": "1.x" }, "gitHead": "f6b5c9b36b515458f2a0451a770108c2732c1e7b", "keywords": [ "Actions" ] }