TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Cisimple releases RESTful/real-time API w/ Pusher channels

8 点作者 krohling大约 12 年前

2 条评论

krohling大约 12 年前
Rather than just exposing functionality via typical API operations we wanted to make it possible for consumers to get real time notifications when their builds changed state (i.e. Started, Failed, Passed, etc). To accomplish this goal we've exposed the ability for people to subscribe to Pusher channels via our API. One of our users has already developed an OS X app that uses this functionality to pop up Notification Center updates. <a href="https://www.cisimple.com/dev_center#third_party" rel="nofollow">https://www.cisimple.com/dev_center#third_party</a><p>Here's a quick list of functionality included in this release: -Retrieve a list of your Jobs -Retrieve a list of Builds for a given Job -Retrieve data about a single Build -Kick off a new Build for a given Job -Stop all Builds for a given Job
leggetter大约 12 年前
Blog post providing some details about the way Pusher was integrated <a href="http://blog.pusher.com/using-pusher-to-power-cisimples-real-time-api/" rel="nofollow">http://blog.pusher.com/using-pusher-to-power-cisimples-real-...</a>