Skip to content

Instantly share code, notes, and snippets.

@blainsmith
Last active December 31, 2015 21:19
Show Gist options
  • Save blainsmith/8046165 to your computer and use it in GitHub Desktop.
Save blainsmith/8046165 to your computer and use it in GitHub Desktop.
$.getJSON('https://alpha-api.app.net/stream/0/users/@blainsmith/posts', function(res) {
var posts = res.data;
// Do shit with posts
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment