Skip to content

Instantly share code, notes, and snippets.

@nz
Created April 2, 2009 03:31
Show Gist options
  • Save nz/89007 to your computer and use it in GitHub Desktop.
Save nz/89007 to your computer and use it in GitHub Desktop.
{
"auction": {
"amount": 0,
"amount_updated_at": null,
"canceled_at": null,
"city": null,
"completed_at": null,
"confirmed_at": null,
"created_at": "2009-04-02T02:37:27Z"
"current_phase_duration": 0,
"current_phase_ends_at": "2009-04-02T03:18:18Z",
"description": "",
"id": 1,
"name": "Auction name",
"phase": "created",
"project": "Project name",
"reference_number": null,
"round_1_bid_increment": 1,
"round_1_idle_duration": 5,
"round_1_max_duration": 10,
"round_1_started_at": "2009-04-01T20:16:51Z",
"round_2_bid_increment": 1,
"round_2_idle_duration": 3,
"round_2_max_duration": 5,
"round_2_started_at": "2009-04-01T20:17:11Z",
"round_3_bid_increment": 1,
"round_3_idle_duration": 1,
"round_3_max_duration": 3,
"round_3_started_at": "2009-04-01T20:17:43Z",
"seat_count": 100,
"seat_price": 100,
"sold_out_at": null,
"starts_at": "2009-04-02T03:30:06Z",
"state": null,
"street_address": null,
"street_address_line_two": null,
"unit": "Unit name",
"updated_at": "2009-04-02T03:30:01Z",
"user_id": 1,
"zip": null,
"winning_bid": {
"bid": {
"accepted": true,
"seat_id": 1,
"id": 3,
"auction_id": 1,
"amount": 3,
"user_id": 1,
"placed_at": "2009-04-02T03:30:20Z"
}
},
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment