Update api_spec.md
This commit is contained in:
parent
0261663e52
commit
5ee9f2621f
1 changed files with 4 additions and 2 deletions
|
@ -72,12 +72,14 @@ json object describing a route, I'm planning on this having an infinite cache ti
|
|||
"enter_bus":{
|
||||
"href":"https://$base_domain/stops/{id}",
|
||||
"lattitude": # {lattitude},
|
||||
"longitude": # {longitude}
|
||||
"longitude": # {longitude},
|
||||
"time": "same format as above",
|
||||
},
|
||||
"exit_bus":{
|
||||
"href":"https://$base_domain/stops/{id}",
|
||||
"lattitude": # {lattitude},
|
||||
"longitude": # {longitude}
|
||||
"longitude": # {longitude},
|
||||
"time": "same format as above",
|
||||
},
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue