-
Notifications
You must be signed in to change notification settings - Fork 117
Channels
cloudspark edited this page Jan 8, 2014
·
18 revisions
A Channel is an instance of a Pod's method.
- _href (URI) Fully Qualified Resource URI
- _repr (String) Derived representation
action name A named identifier for the action or emitter. This is the symbolic pointer to a Pods method.
imports The set of data attributes expected by a channel to be able to perform its function
exports The set of data attributes which are resultant of its function.
config Account or instance specific configuration, such as default imports, static flags etc.
.
Channel level renderers can answer requests about their internal state or potentially serve stored data to authenticated clients. There is no standard around renderers other than they answer some type of local or remote request.
Core
Tutorials
Cookbook
- Example Bips
- Email Repeater
- One Time Email Receive
- Email Repeater With Template
- Email Repeater, Dropbox Attachment Save
- Email To RSS
- Web Hook to FB&Twitter
- One Time Message Serve
- RSS Atom Subscribe
- Twitter Followback
- SoundCloud oEmbed (native) Feed
- SoundCloud oEmbed (embedly) Feed
- Instagram Media Sync to Dropbox
Modules
Extras