Skip to content

SpazioDati/insightly-python

This branch is 5 commits ahead of, 128 commits behind Insightly/insightly-python:v2.2.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ae9096d · Feb 13, 2015

History

17 Commits
Feb 13, 2015
Jul 21, 2014
Feb 13, 2015

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.

About

Insightly Python SDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%