Plugin Passerelle pour les sources de données TS1
Go to file
Christophe Boulanger 1381df71d9 Add destination functionality (models + views (view / add / confirm delete) 2017-02-28 14:35:27 +01:00
passerelle_imio_ts1_datasources Add destination functionality (models + views (view / add / confirm delete) 2017-02-28 14:35:27 +01:00
README.md first commit 2017-02-28 11:12:31 +01:00
setup.py Add project 2017-02-28 11:13:45 +01:00

README.md

Passerelle connector : Import ts1 datasources and method to add, update or delete new records

Installation

  • add to Passerelle installed apps settings: INSTALLED_APPS += ('passerelle_imio_ts1_datasources',)

  • enable module: PASSERELLE_APP_PASSERELLE_IMIO_TS1_DATASOURCES_ENABLED = True

Usage

  • create and configure new connector

  • test service by clicking on the available links

    • the /voies/ endpoint may take some time as it will query for everything (but will be cut at 51 items)
    • the /voies/?q=... endoint is set with an example string, feel free to change it.

Usage in w.c.s.

  • configure a list field with a jsonp datasource, with the "/voies/" endpoint URL as value.