Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有调用heroku api的nodejs模块?
我试过这个:node-heroku
有用:
heroku = require("heroku"); client = new heroku.Heroku({key: "deadbeef"}); client.get_releases("my_app", function (error, result) {});
但我无法开始工作:post_key、put_app ......有没有这方面的例子?
GitHub 上有 node.js的Heroku-API 包装器。看起来文档已关闭,因此您必须深入研究代码。