grzegorznittner / StartupBidder

2 stars 0 forks source link

Add /user/creators and /user/dragons json apis #377

Closed johnarleyburns closed 12 years ago

johnarleyburns commented 12 years ago

Simple APIs to support public profiles. It should function like /user/all, but return data for non-admin or non-self users. Restrict so that only data returned is:

profile_id name status nickname avatar user_class admin

This lets us show a public list of the creators (those with active listings) and dragons (those with user_class='dragon')

grzegorznittner commented 12 years ago

Implemented on backend side. You need to run migration to set properly new user properties.

/users/dragons /users/listers both supports cursors. Hello page contains usage of those methods.