Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Latest commit

 

History

History
11 lines (9 loc) · 322 Bytes

File metadata and controls

11 lines (9 loc) · 322 Bytes

Quip API Python Client

The official Quip API Python client library.

client = quip.QuipClient(access_token="...")
user = client.get_authenticated_user()
desktop = client.get_folder(user["desktop_folder_id"])
print "There are", len(desktop["children"]), "items on the desktop"