We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
###API endpoint:
none
###Design
Just a form with a "¿cuál es tu oferta?" text field and a "¿cuantos Yoos te juegas?" numeric field. Two buttons: "Hacer oferta" and "Cancelar"
###Interaction
####Avatar/username click action:
Open browser: http://www.dareyoo.com/app/profile/<user_id>/bets
http://www.dareyoo.com/app/profile/<user_id>/bets
####"Hacer oferta" click action:
POST /bets/<bet_id>/bids { "title": <title> "amount": <amount> }
Go to 3.2
####"Cancelar" click action: