Skip to content

Conference

Matthew Taylor edited this page Jun 9, 2016 · 1 revision

For Scratch Conference 2016 specifically


GET /conference/schedule/:day

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).

Request URL

https://api.scratch.mit.edu/conference/schedule/:day

Request Parameters

  • :day – the day of the conference to get info for. Options are: thursday, friday, saturday.

Example Request

curl -X GET "https://api.scratch.mit.edu/conference/schdedule/thursday"

GET /conference/:id/details

Returns details for the session desired of the Scratch Conference.

Request URL

https://api.scratch.mit.edu/conference/:session/details

Request Parameters

  • :session – the day of the conference to get info for. Value must be greater than 1.

Example Request

curl -X GET "https://api.scratch.mit.edu/conference/6/details"
Clone this wiki locally