大家好,这里是TJ君
今天给大家分享一个专用于测试各类型API接口的开源IDE工具以及一个Zapier的开源替代品。Let's go!
Bruno
Bruno是一个旨在替代Postman及其他类似工具的API客户端。
首先,Bruno只在离线使用,不会云同步API接口及使用的数据,用户隐私有保障。
Bruno直接在用户的电脑文件夹中存储对应的API信息。使用纯文本标记语言Bru来保存。
小伙伴只需要直接从项目网站上下载直接使用,支持多平台多方式的安装。
各类安装方式:
# 在 Mac 电脑上用 Homebrew 安装
brew install bruno
# 在 Windows 上用 Chocolatey 安装
choco install bruno
# 在 Windows 上用 Scoop 安装
scoop bucket add extras
scoop install bruno
# 在 Linux 上用 Snap 安装
snap install bruno
# 在 Linux 上用 Apt 安装
sudo mkdir -p /etc/apt/keyrings
sudo gpg --no-default-keyring --keyring /etc/apt/keyrings/bruno.gpg --keyserver keyserver.ubuntu.com --recv-keys 9FA6017ECABE0266
echo "deb [signed-by=/etc/apt/keyrings/bruno.gpg] http://debian.usebruno.com/ bruno stable" | sudo tee /etc/apt/sources.list.d/bruno.list
sudo apt update
sudo apt install bruno
项目地址:https://github.com/usebruno/bruno
Automatisch
作为一款自动化流程工具,Zapier很多人都用过,而今天TJ军要说的这个Automatisch ,就是Zapier的一个开源替代品。
有别于Zapier部分功能需要付费,Automatisch在实现功能尽量一致的前提下大多数功能都开源不收取费用。对于一些小白来说,无需编码就可以完成自动化业务工作流程。
安装方式
# Clone the repository
git clone https://github.com/automatisch/automatisch.git
# Go to the repository folder
cd automatisch
# Start
docker compose up
项目地址:https://github.com/automatisch/automatisch
往期推荐
点击下方卡片,关注公众号“TJ君”
每天了解一个牛x、好用、有趣的东东