UNPKG

@nocobase/plugin-action-custom-request

Version:

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

33 lines (32 loc) 1.39 kB
{ "name": "@nocobase/plugin-action-custom-request", "version": "1.9.32", "main": "dist/server/index.js", "homepage": "https://docs.nocobase.com/handbook/action-custom-request", "homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/action-custom-request", "homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/action-custom-request", "displayName": "Action: Custom request", "displayName.ru-RU": "Действие: Пользовательский запрос", "displayName.zh-CN": "操作:自定义请求", "description": "Sending a request to any HTTP service supports sending context data to the target service.", "description.ru-RU": "Отправка запроса к любому HTTP-сервису, поддерживается отправка контекстных данных в целевой сервис.", "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": "40b6cf8117d8ae2435fead40d26d12647706f852", "keywords": [ "Actions" ] }