Plugin Passerelle pour l'accès aux services RN de Liège
Go to file
Daniel Muyshond cb84c36ac0 [TELE-569] add PyCompatibility exception for iteritems method 2020-06-28 14:15:15 +02:00
debian debian: revert to using dashes, but with correct PYBUILD_NAME variable 2020-02-07 09:09:52 +01:00
passerelle_imio_liege_rn [TELE-569] add PyCompatibility exception for iteritems method 2020-06-28 14:15:15 +02:00
.gitignore [TELE-569] add .vscode 2020-06-28 11:58:49 +02:00
COPYING init as an AGPL project 2017-12-15 08:14:20 +01:00
Jenkinsfile jenkins: build for all default dists 2020-05-24 15:37:39 +02:00
MANIFEST.in add basic connector 2017-12-15 08:43:09 +01:00
README add basic connector 2017-12-15 08:43:09 +01:00
setup.py misc: don't use inverted module name in setup.py 2020-02-07 09:01:49 +01:00

README

Passerelle connector to Liege national register webservices
===========================================================

Installation
------------

 - add to Passerelle installed apps settings:
   INSTALLED_APPS += ('passerelle_imio_liege_rn',)


Usage
-----

 - create and configure new connector
   - Title/description: whatever you want
   - URL: https://e-services.liege.be:8443/...
   - Certificate check: uncheck if the service has no valid certificate

Usage in w.c.s.
---------------

 - configure a webservice with
   - URL: [passerelle_url]imio-liege-rn/<slug>/data/[form_var_rn]/
 - create a form with a first page asking for the nrn (-> [form_var_rn])
 - on later pages, use prefill with Python expressions, for example
   webservice.rn.get('rue')