Skip to content

Instantly share code, notes, and snippets.

@mbiang
Created August 21, 2013 13:25
Show Gist options
  • Save mbiang/6294422 to your computer and use it in GitHub Desktop.
Save mbiang/6294422 to your computer and use it in GitHub Desktop.
Output from /round_planner endpoint
{
"upcoming_rounds": [],
"past_rounds": [{
"course_name": "Lafayette Elks",
"starts_at": "2013-08-21T13:05:04Z",
"completed": false,
"has_new_responses": false,
"hole_to_start_with": 1,
"_links": {
"self": {
"href": "http://staging.golfcenter.com/round_planner/3589.json"
},
"phone": {
"href": "tel:(765) 463-2332"
},
"scorecard": {
"href": "http://staging.golfcenter.com/scorecards/3589.json"
},
"website": {
"href": "www.elksgolf.com"
}
}
}],
"in_progress_rounds": [{
"course_name": "Lafayette Elks",
"starts_at": "2013-08-21T13:05:04Z",
"completed": false,
"has_new_responses": false,
"hole_to_start_with": 1,
"_links": {
"self": {
"href": "http://staging.golfcenter.com/round_planner/3589.json"
},
"phone": {
"href": "tel:(765) 463-2332"
},
"scorecard": {
"href": "http://staging.golfcenter.com/scorecards/3589.json"
},
"website": {
"href": "www.elksgolf.com"
}
}
}],
"_links": {
"self": {
"href": "http://staging.golfcenter.com/round_planner.json"
},
"golf_courses": {
"href": "http://staging.golfcenter.com/golf_courses/search.json"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment