Using the file import API

Follow these steps to get a Python environment for use with the import API up and running:

  1. Install Python 3.x (preferably Python 3.4) from here
  2. Create a virtual environment in the directory where your application will be located:
    C:\mydir>c:\Python34\python.exe -m venv venv
  3. Activate the environment:
    C:\mydir>venv\Scripts\activate.bat
  4. Install the Lime CRM API Client from PyPi:
    (venv) C:\mydir>pip install limeclient

The documentation for the limeclient library can be found here.

Note!

Limeclient cannot use the admin-user on hosting.

  • Last modified: 5 years ago
  • (external edit)