/v2/history/sub-key/<sub-key>/channel/<channel>?URL_PARAMETERS
start (time token): Beginning of a timeline slice (exclusive)
| (function(){ | |
| // Calculating a PubNub Message Payload Size. | |
| function calculate_payload_size( channel, message ) { | |
| return encodeURIComponent( channel + JSON.stringify(message) ).length + 97; | |
| } | |
| })(); |
| import pam | |
| ## PubNub Access Manager (PAM) | |
| manager = pam.access( | |
| pubkey="pam", | |
| subkey="pam", | |
| seckey="pam" | |
| ) | |
| ## Grant User Access |
| ## MacVim Good Terminal Only Installation Guide | |
| ## http://www.pubnub.com/ | |
| ## http://twitter.com/pubnub | |
| ## USAGE - Copy+Paste this One-liner: | |
| ## | |
| ## bash <(curl https://raw.github.com/gist/1858026/macvim-install.sh) | |
| ## | |
| ## OR - Download this file and execute |