Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
grdf-scraping-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
grdf-scraping-connector
Commits
5c1580c7
Commit
5c1580c7
authored
6 years ago
by
i-vall
Browse files
Options
Downloads
Patches
Plain Diff
Update of manifest.konnector
parent
635a7bfc
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/manifest.konnector
+16
-36
16 additions, 36 deletions
source/manifest.konnector
with
16 additions
and
36 deletions
source/manifest.konnector
+
16
−
36
View file @
5c1580c7
{
"version": "1.0.0",
"name": "Connector
template
",
"name": "
GRDF Scraping
Connector",
"type": "konnector",
"language": "node",
"icon": "icon.png",
"slug": "template",
"source": "git@github.com:konnectors/template.git",
"editor": "Cozy",
"vendor_link": "Link to the target website",
"categories": ["other"],
"slug": "grandlyon-grdf-scraping-connector",
"source": "git://gitlab.alpha.grandlyon.com/cozy/grdf-scraping-connector.git",
"editor": "Grand Lyon",
"vendor_link": "www.grandlyon.com",
"frequency": "daily",
"categories": ["energy","public_service"],
"fields": {
"login": {
"type": "text"
...
...
@@ -23,17 +24,9 @@
}
}
},
"data_types": [
"bill"
],
"data_types": [],
"screenshots": [],
"permissions": {
"bank operations": {
"type": "io.cozy.bank.operations"
},
"bills": {
"type": "io.cozy.bills"
},
"files": {
"type": "io.cozy.files"
},
...
...
@@ -43,23 +36,17 @@
}
},
"developer": {
"name": "
Cozy Cloud
",
"url": "https://
cozy.io
"
"name": "
Métropole de Lyon
",
"url": "https://
www.grandlyon.com
"
},
"langs": ["fr", "en"],
"locales": {
"fr": {
"short_description": "
Récupère la liste de livres
",
"long_description": "
Récupère la liste de livre sur
le site
exemple
",
"short_description": "
Courbe de consommation de gaz depuis le site de GRDF
",
"long_description": "
Ce connecteur récupère la consommation de gaz depuis
le site
de GRDF
",
"permissions": {
"bank operations": {
"description": "Utilisé pour relier les factures à des operations bancaires"
},
"bills": {
"description": "Utilisé pour sauver les données des factures"
},
"files": {
"description": "Utilisé pour
sauvegarder les factures
"
"description": "Utilisé pour
?
"
},
"accounts": {
"description": "Utilisé pour obtenir les données du compte"
...
...
@@ -67,17 +54,11 @@
}
},
"en": {
"short_description": "
Fetch a list of books
",
"long_description": "
Fetch a list of books
from the
example
website",
"short_description": "
Gas consumption curve from GRDF website
",
"long_description": "
This connector fetches the gas consumption curve
from the
GRDF
website",
"permissions": {
"bank operations": {
"description": "Required to link bank operations to bills"
},
"bills": {
"description": "Required to save the bills data"
},
"files": {
"description": "Required to
save the bills
"
"description": "Required to
?
"
},
"accounts": {
"description": "Required to get the account's data"
...
...
@@ -85,6 +66,5 @@
}
}
},
"banksTransactionRegExp": "\\bbooks\\b",
"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