Skip to content

Instantly share code, notes, and snippets.

@hschmitt
Created May 23, 2012 15:55
Show Gist options
  • Save hschmitt/2776077 to your computer and use it in GitHub Desktop.
Save hschmitt/2776077 to your computer and use it in GitHub Desktop.
{ "name": "circuito1",
"category": { "href": "http://localhost:8080/api/v1/circuits/categories/architecture", "rel": "alternate", "title": "Arquitectura", "type": "application/json" },
"description":"This is a placeholder\n Description",
"author": {"name" : "Hansy Schmitt"},
"rating": 0.0,
"topics": [],
"circuit_stops":
[ { "href": "http://localhost:808/api/v1/circuits/1/stops/3", "rel": "alternate", "title": "Place_1_no_gid_other", "type": "application/json" ,"latitude":-12.0731,"longitude":-77.0357},
{ "href": "http://localhost:808/api/v1/circuits/1/stops/2", "rel": "alternate", "title": "Place_1_no_gid_other", "type": "application/json","latitude":-12.0717 ,"longitude":-77.0349},
{ "href": "http://localhost:808/api/v1/circuits/1/stops/1", "rel": "alternate", "title": "Place_1_no_gid", "type": "application/json" ,"latitude":-12.0678,"longitude":-77.0420}
]
}
@hschmitt
Copy link
Author

hschmitt commented Apr 3, 2013

Testing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment