Navigation Menu

Skip to content

SpazioDati/insightly-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%