We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
###API endpoint:
You don't need to make any API call because results are embedded in the bet json (you got it in the previous screen). But just in case:
GET /bids/<id> (spec) (example)
GET /bids/<id>
###Design
PSD
###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
####"Aceptar oferta" click action:
POST /bids/<bid_id>/accept_bid
Go to 3.2
####"X" click action:
DELETE /bids/<bid_id>