Skip to content
Snippets Groups Projects
Commit 16809cc5 authored by i-vall's avatar i-vall
Browse files

doc: updated manifest and readme

parent 53602327
Branches
No related tags found
No related merge requests found
[Cozy][cozy] <YOUR SUPER NEW KONNECTOR NAME> [Cozy][cozy] egl-api-connector
======================================= =======================================
What's Cozy? What's Cozy?
...@@ -11,8 +11,7 @@ What's Cozy? ...@@ -11,8 +11,7 @@ What's Cozy?
What is this konnector about ? What is this konnector about ?
------------------------------ ------------------------------
This konnector retrieves your <SOME DATA> and <SOME OTHER DATA> from <SERVICE> This konnector retrieves your daily water consumption from the Eau du Grand Lyon API.
<YOUR DESCRIPTION HERE>
### Open a Pull-Request ### Open a Pull-Request
...@@ -45,7 +44,7 @@ This connector uses [cozy-konnector-libs](https://github.com/cozy/cozy-konnector ...@@ -45,7 +44,7 @@ This connector uses [cozy-konnector-libs](https://github.com/cozy/cozy-konnector
### Maintainer ### Maintainer
The lead maintainers for this konnector is <YOUR NAME> The lead maintainer for this konnector is Métropole de Lyon
### Get in touch ### Get in touch
...@@ -62,7 +61,7 @@ You can reach the Cozy Community by: ...@@ -62,7 +61,7 @@ You can reach the Cozy Community by:
License License
------- -------
<YOUR KONNECTOR NAME> is developed by <your name> and distributed under the [AGPL v3 license][agpl-3.0]. egl-api-connector is developed by Métropole de Lyon and distributed under the [AGPL v3 license][agpl-3.0].
[cozy]: https://cozy.io "Cozy Cloud" [cozy]: https://cozy.io "Cozy Cloud"
[agpl-3.0]: https://www.gnu.org/licenses/agpl-3.0.html [agpl-3.0]: https://www.gnu.org/licenses/agpl-3.0.html
......
{ {
"version": "1.0.0", "version": "1.0.0",
"name": "Connector template", "name": "EGL API Connector",
"type": "konnector", "type": "konnector",
"language": "node", "language": "node",
"icon": "icon.png", "icon": "icon.png",
"slug": "template", "slug": "egl-api-connector",
"source": "git@github.com:konnectors/template.git", "source": "git://gitlab.alpha.grandlyon.com/cozy/egl-api-connector.git",
"editor": "Cozy", "editor": "Grand Lyon",
"vendor_link": "Link to the target website", "vendor_link": "www.grandlyon.com",
"frequency": "daily",
"categories": ["other"], "categories": ["other"],
"fields": { "fields": {
"login": { "login": {
...@@ -23,16 +24,11 @@ ...@@ -23,16 +24,11 @@
} }
} }
}, },
"data_types": [ "data_types": [],
"bill"
],
"screenshots": [], "screenshots": [],
"permissions": { "permissions": {
"bank operations": { "load profile": {
"type": "io.cozy.bank.operations" "type": "egl.loadprofile"
},
"bills": {
"type": "io.cozy.bills"
}, },
"files": { "files": {
"type": "io.cozy.files" "type": "io.cozy.files"
...@@ -43,23 +39,20 @@ ...@@ -43,23 +39,20 @@
} }
}, },
"developer": { "developer": {
"name": "Cozy Cloud", "name": "Métropole de Lyon",
"url": "https://cozy.io" "url": "https://grandlyon.com"
}, },
"langs": ["fr", "en"], "langs": ["fr", "en"],
"locales": { "locales": {
"fr": { "fr": {
"short_description": "Récupère la liste de livres", "short_description": "Courbe de charge depuis l'API eau du Grand Lyon",
"long_description": "Récupère la liste de livre sur le site exemple", "long_description": "ce connecteur récupère la courbe de charge enregistrée par le compteur Téléo",
"permissions": { "permissions": {
"bank operations": { "load profile": {
"description": "Utilisé pour relier les factures à des operations bancaires" "description": "La courbe de charge enregistrée par le compteur téléo"
},
"bills": {
"description": "Utilisé pour sauver les données des factures"
}, },
"files": { "files": {
"description": "Utilisé pour sauvegarder les factures" "description": "Utilisé pour ?"
}, },
"accounts": { "accounts": {
"description": "Utilisé pour obtenir les données du compte" "description": "Utilisé pour obtenir les données du compte"
...@@ -67,17 +60,14 @@ ...@@ -67,17 +60,14 @@
} }
}, },
"en": { "en": {
"short_description": "Fetch a list of books", "short_description": "Load profile from Eau du Grand Lyon API",
"long_description": "Fetch a list of books from the example website", "long_description": "This connector fetches the load profile recorded by the Teleo water meter",
"permissions": { "permissions": {
"bank operations": { "load profile": {
"description": "Required to link bank operations to bills" "description": "The load profile recorded by Téléo"
},
"bills": {
"description": "Required to save the bills data"
}, },
"files": { "files": {
"description": "Required to save the bills" "description": "Required to ?"
}, },
"accounts": { "accounts": {
"description": "Required to get the account's data" "description": "Required to get the account's data"
...@@ -85,6 +75,5 @@ ...@@ -85,6 +75,5 @@
} }
} }
}, },
"banksTransactionRegExp": "\\bbooks\\b",
"manifest_version": "2" "manifest_version": "2"
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment