Advertisement
Guest User

Untitled

a guest
May 6th, 2015
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. // chaining methods
  2. client.lists().auth().listId("list_1.localhost.org").members()
  3. .get(callback);
  4.  
  5. // chaining filters
  6. client.lists().auth().listId("list_1.localhost.org").members()
  7. .filter("count",25).filter("page",1).get(callback) ;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement