You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$.proxies.person.get().done(function(people){//do something with people});$.proxies.person.get(2)//get person with id = 2.done(function(person){//do something with person});
This functionality was adopted from ProxyApi - kudos to Stephen Greatrex :)