/images/avatar.png

Schaepher's Blog

Stackstorm API

以下用 st 表示 Stackstorm。

可以到 st 官方网站查看 API 文档。

https://api.stackstorm.com/

如果你已经学过命令行的使用,可以加上 --debug 参数来输出与命令等价的 curl 及输出。

st 默认用 Nginx 来处理 API 请求,默认端口为 9101 。API 的地址为:https://$ST2_HOSTNAME/api

一些国内镜像源设置

NPM

npm config set registry https://registry.npm.taobao.org

换回来:

npm config set registry https://registry.npmjs.org

如果只想生效一次:

npm --registry=https://registry.npm.taobao.org install xxxxx

Docker

编辑文件: C:\Users\chensf1\.docker\daemon.json

registry-mirrors 里添加 https://registry.docker-cn.com,如下: