This konnector retrieves your <SOMEDATA> and <SOMEOTHERDATA> from <SERVICE>
This konnector retrieves your consumption data from GRDF website
<YOURDESCRIPTIONHERE>
### Particularity of GRDF connector
Because of the peculiar structure of GRDF's website, there are more functions called than in a regular connector.
We need to get the `javax.faces.ViewState` value in the page before each requests (authentication and data fetching). This is what `getJavaxFacesAuth` and `getJavaxFacesData` functions are for.
Moreover, for a reason not yet known, the data fetching `getData` works only if another request is made before that, hence the existence of `preGetData`.
### Open a Pull-Request
### Open a Pull-Request
...
@@ -45,7 +50,7 @@ This connector uses [cozy-konnector-libs](https://github.com/cozy/cozy-konnector
...
@@ -45,7 +50,7 @@ This connector uses [cozy-konnector-libs](https://github.com/cozy/cozy-konnector
### Maintainer
### Maintainer
The lead maintainers for this konnector is <YOURNAME>
The lead maintainers for this konnector is Métropole de Lyon.
### Get in touch
### Get in touch
...
@@ -62,7 +67,7 @@ You can reach the Cozy Community by:
...
@@ -62,7 +67,7 @@ You can reach the Cozy Community by:
License
License
-------
-------
<YOURKONNECTORNAME> is developed by <yourname> and distributed under the [AGPL v3 license][agpl-3.0].
grdf-scraping-connector is developed by Métropole de Lyon and distributed under the [AGPL v3 license][agpl-3.0].