Skip to content

Instantly share code, notes, and snippets.

View ChristopherHammond13's full-sized avatar

Chris Hammond ChristopherHammond13

View GitHub Profile

Keybase proof

I hereby claim:

  • I am christopherhammond13 on github.
  • I am chrishammond (https://keybase.io/chrishammond) on keybase.
  • I have a public key ASCZhuF58n-o5HUamW97ib7eGrXdx0wyRQUg_TYQ29Y6Kgo

To claim this, I am signing this object:

@ChristopherHammond13
ChristopherHammond13 / UCLAPI-Rooms-Example.py
Last active October 5, 2017 16:04
Example UCL API Request to show all Centrally Bookable rooms at UCL
import json
import requests
# Set the token value below to your UCL API token
token = "uclapi-abcdefghijklmn-abcdefghijklmn-abcdefghijklmn-abcdefghijklmn"
def get_rooms():
params = {
"token": token
}