-
Notifications
You must be signed in to change notification settings - Fork 117
Pods API
mjpearson edited this page Oct 29, 2014
·
4 revisions
The parent pod of any action will provide an object structure called $resource. $resource is a collection of methods which are generally useful in working with API's. To retrieve the resource collection from an action, just reference this.pod.$resource
-
log function(message, channel, level) - Log a system message
- message (required) message string
- channel (required) source channel
- level string, log level. 'error', 'warning', 'info' or null (default: info)
- dupFilter
-
getDataSourceName function(dsName)
- dsName string (required) data source name
- getDataDir
- getCDNDir
- expireCDNDir
- _httpGet
- _httpPost
- _httpPut
- _httpStreamToFile
- _isVisibleHost
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