Sha256: a81eb753c4a06b6a58c5296f179c538c88693922e5fa4fce2d4f535c42f1c12d
Contents?: true
Size: 196 Bytes
Versions: 1
Compression:
Stored size: 196 Bytes
Contents
# encoding: utf-8 module Github class Repos module PubSubHubbub def subscribe(topic, callback) post("/hub") end end # PubSubHubbub end # Repos end # Github
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
github_api-0.1.2 | lib/github_api/repos/pub_sub_hubbub.rb |