-
Notifications
You must be signed in to change notification settings - Fork 10
Conference
Matthew Taylor edited this page Jun 9, 2016
·
1 revision
For Scratch Conference 2016 specifically
Returns a list of sessions happening on that day of the Scratch Conference, and some of the information about them (type of event, timing, hosts, and where they occur).
https://api.scratch.mit.edu/conference/schedule/:day
-
:day – the day of the conference to get info for. Options are:
thursday, friday, saturday
.
curl -X GET "https://api.scratch.mit.edu/conference/schdedule/thursday"
Returns details for the session desired of the Scratch Conference.
https://api.scratch.mit.edu/conference/:session/details
- :session – the day of the conference to get info for. Value must be greater than 1.
curl -X GET "https://api.scratch.mit.edu/conference/6/details"