From 3ec61b54f6c3ac3e390c8ee80e95de9bc274d9b7 Mon Sep 17 00:00:00 2001 From: Bastien DUMONT <bdumont@grandlyon.com> Date: Wed, 18 Jan 2023 14:43:53 +0100 Subject: [PATCH] feat(sge): add doc for testing user invoices --- docs/konnectors/enedis-sge.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/konnectors/enedis-sge.md b/docs/konnectors/enedis-sge.md index d1f7cea..198c3a2 100644 --- a/docs/konnectors/enedis-sge.md +++ b/docs/konnectors/enedis-sge.md @@ -110,6 +110,12 @@ Information required: - Postal Code - City +#### Test with user invoices + +To test user invoices, you will have to make a copy of `konnector-dev-config.example.json` to `konnector-dev-config.json` and fill out informations. + +Then, to test the authentication flow of the konnector without fetching any data, launch the script `yarn standalone-no-data` + ### Fetch Data In order to get data from the SGE API we have to request the following route : -- GitLab