Skip to content
trentjones21 edited this page Feb 10, 2015 · 16 revisions

Use this page to start creating an API of what end points the front end needs.

EX: URL "/tours/dailypage" JSON: {Tour:Boating Tour, Starttime:5:00pm}


URL "/events" TYPE "get" JSON [{title: "Event 1", time: "1/1/2016 3:00:00", groupId: 2342342}, {title: "Event 2", time: "1/1/2016 5:00:00", groupId: 2342342}]

Clone this wiki locally