
Security News
Frontier AI Is Now Critical Infrastructure
The Fable shutdown shows how quickly model access can become a business continuity risk for AI-dependent engineering teams.
@rovast/api-recorder
Advanced tools
录制浏览网站的 API,记录结果,并导出至 Postman。可用于以下场景:
通过录制 API 和其结果,可以将其返回结果作为数据 MOCK 的返回值。这样就可以达到快速 mock 已有网站的目的。
对于已有的网站,如果需要补录 API 文档,可直接通过该工具打开浏览器访问网站,导入 Postman 即可。
npm i -g @rovast/api-recorder
api-recorder
会自动打开浏览器,直接访问自己需要录制的网站即可。
关闭浏览器时,会自动在配置的 output 中生成文件
Usage: index [options]
A tool for record your api
Options:
-n, --name <name> collection name (default: "record-api")
-o, --output <output_file> output json file path (default: "postman-collection.json")
-b, --browser <execute_path> browser execute path (default: "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome")
-m, --match <regex> match the api path (default: "/api/")
-h, --help display help for command
npm run build # 构建 TS 至 JS
npm run dev:start # 监听变化,实时编译
FAQs
A tool for recording your api
We found that @rovast/api-recorder demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The Fable shutdown shows how quickly model access can become a business continuity risk for AI-dependent engineering teams.

Security News
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.