erickok / ratebeer

RateBeer for Android app
GNU General Public License v3.0
22 stars 7 forks source link

Add user profiles #3

Open erickok opened 8 years ago

erickok commented 8 years ago

Add a user profile screen which shows at least the user's rate counts, his/her origin and perhaps his/her latests ratings.

erickok commented 8 years ago

Unsure what we can do here. All the API seems to offer is a user name and counts.

/json/users.asp?u=erickok returns [{"UserID":101051,"UserName":"erickok","PrimaryEmail":"erickok@gmail.com","RateCount":5024}] /json/rc.asp?uid=101051 returns [{"ServerTime":"5/24/2016 6:15:10 AM","RateCount":5024,"PlaceRatings":235,"TickCount":3}]