Skip to content

Instantly share code, notes, and snippets.

@itsananderson
Created October 7, 2014 05:49
Show Gist options
  • Save itsananderson/525367907298c755b46b to your computer and use it in GitHub Desktop.
Save itsananderson/525367907298c755b46b to your computer and use it in GitHub Desktop.
Backbone API designers. WTF is wrong with you?
var posts = new wp.api.collections.Posts();
posts.fetch().done(function() {
var post = posts.first().attributes;
// ...
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment