Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 414 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 414 Bytes

Insightly For Python

The Insightly Python SDK makes it super easy to integrate Insightly into your Python applications and web services, as easy as:

from insightly import Insightly

i = Insightly()

contacts = i.getContacts(orderby='DATE_UPDATED_UTC desc')

The library takes care of authentication and low level communication, so you can focus on building your custom application or service.