Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
egl-api-connector
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
POCS
cozy
egl-api-connector
Commits
16809cc5
Commit
16809cc5
authored
6 years ago
by
i-vall
Browse files
Options
Downloads
Patches
Plain Diff
doc: updated manifest and readme
parent
53602327
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+4
-5
4 additions, 5 deletions
README.md
manifest.konnector
+21
-32
21 additions, 32 deletions
manifest.konnector
with
25 additions
and
37 deletions
README.md
+
4
−
5
View file @
16809cc5
[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 maintainer
s
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
...
...
This diff is collapsed.
Click to expand it.
manifest.konnector
+
21
−
32
View file @
16809cc5
{
{
"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 examp
le w
ebsi
te",
"long_description": "
This connector fetches the load profile recorded by the Te
le
o
w
ater me
te
r
",
"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"
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment