-
Notifications
You must be signed in to change notification settings - Fork 0
Locations API
Christopher Posada edited this page Apr 10, 2019
·
1 revision
api/locations (give me all the locations)
[
{
"name": "Buildit Brooklyn",
"id": 1
},
{
"name": "Doge Planet",
"id": 2
}
]
api/locations/{id} (give me the location {id})
{
"name": "Buildit Brooklyn",
"id": 1
}
No auth token required.
LearningTogether @ BuildIt
http://ec2-18-224-56-34.us-east-2.compute.amazonaws.com/api
https://bettertogether.buildit.systems/api