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

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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"