Skip to content

Instantly share code, notes, and snippets.

@jonathanyee
Created March 14, 2019 05:01
Show Gist options
  • Save jonathanyee/6c776eed853b901ea386ef2880963ffe to your computer and use it in GitHub Desktop.
Save jonathanyee/6c776eed853b901ea386ef2880963ffe to your computer and use it in GitHub Desktop.
mirror
{
"data": {
"id": 118,
"name": "family trip",
"description": null,
"likes": [],
"parent_id": 85,
"user": {
"id": 23,
"uid": "2NowqqEfjD2XA2sD4",
"name": "Test",
"email": "test202@test.com",
"description": "hihihihihii"
},
"publish": false,
"trips": [
{
"id": 300,
"name": "Antelope Canyon",
"arrival_at": "2019-01-17 06:45:51",
"departure_at": null,
"map_pin_color": "black",
"lat": 36.896896,
"long": -111.405807,
"street_address_1": "Antelope Canyon",
"city": "Page",
"state": "AR",
"zipcode": 86040,
"active": true
},
{
"id": 301,
"name": "Grand Canyon National Park Airport (GCN)",
"arrival_at": "2019-01-18 05:45:51",
"departure_at": null,
"map_pin_color": "blue",
"lat": 35.960503,
"long": -112.132706,
"street_address_1": "871 Liberator Dr",
"city": "Grand Canyon",
"state": "AR",
"zipcode": 86023,
"active": true
},
{
"id": 302,
"name": "Walmart Supercenter",
"arrival_at": null,
"departure_at": null,
"map_pin_color": "black",
"lat": 25.928045,
"long": -80.171219,
"street_address_1": "1425 Ne 163rd St",
"city": "Miami",
"state": "FL",
"zipcode": 33162,
"active": true
}
],
"sorted_trips": {
"": [
{
"id": 302,
"name": "Walmart Supercenter",
"arrival_at": null,
"departure_at": null,
"map_pin_color": "black",
"lat": 25.928045,
"long": -80.171219,
"street_address_1": "1425 Ne 163rd St",
"city": "Miami",
"state": "FL",
"zipcode": 33162,
"active": true
}
],
"2019-01-17": [
{
"id": 300,
"name": "Antelope Canyon",
"arrival_at": "2019-01-17 06:45:51",
"departure_at": null,
"map_pin_color": "black",
"lat": 36.896896,
"long": -111.405807,
"street_address_1": "Antelope Canyon",
"city": "Page",
"state": "AR",
"zipcode": 86040,
"active": true
}
],
"2019-01-18": [
{
"id": 301,
"name": "Grand Canyon National Park Airport (GCN)",
"arrival_at": "2019-01-18 05:45:51",
"departure_at": null,
"map_pin_color": "blue",
"lat": 35.960503,
"long": -112.132706,
"street_address_1": "871 Liberator Dr",
"city": "Grand Canyon",
"state": "AR",
"zipcode": 86023,
"active": true
}
]
}
},
"success": true,
"errors": null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment