While you’re waiting…
Check
NEXT
git clone https://github.com/thomasdriscoll/workshops-open-source-illinois.git
Flask + API Workshop
By Thomas Driscoll and Roshini!
What’s a REST API?
ReST API Operations
URL Routing Example
https://calendar.google.com/calendar/r/week
Go to Google calendar and follow along!
Challenge: How would you change your view to be day? month?
What is Flask?
File Structure of a Flask project
/myproject
/server.py
/templates
/index.html
/static
/helper.js
Templating
REST Operations in Flask
… But for real
What we will be doing today