Skip to content
Snippets Groups Projects
manifest.konnector 2.04 KiB
Newer Older
  • Learn to ignore specific revisions
  • i-vall's avatar
    i-vall committed
    {
    
    i-vall's avatar
    i-vall committed
      "version": "1.0.1",
    
    i-vall's avatar
    i-vall committed
      "name": "GRDF Scraping Connector",
    
    i-vall's avatar
    i-vall committed
      "type": "konnector",
      "language": "node",
      "icon": "icon.png",
    
      "slug": "grdf-scraping-connector",
    
    i-vall's avatar
    i-vall committed
      "source": "git://gitlab.alpha.grandlyon.com/cozy/grdf-scraping-connector.git",
      "editor": "Grand Lyon",
      "vendor_link": "www.grandlyon.com",
      "frequency": "daily",
    
    i-vall's avatar
    i-vall committed
      "categories": [
    
    i-vall's avatar
    i-vall committed
        "other"
    
    i-vall's avatar
    i-vall committed
      ],
    
    i-vall's avatar
    i-vall committed
      "fields": {
        "login": {
          "type": "text"
        },
        "password": {
          "type": "password"
        },
        "advancedFields": {
          "folderPath": {
            "advanced": true,
            "isRequired": false
          }
        }
      },
    
    i-vall's avatar
    i-vall committed
      "data_types": [],
    
    i-vall's avatar
    i-vall committed
      "screenshots": [],
      "permissions": {
    
    i-vall's avatar
    i-vall committed
        "load profile": {
          "type": "grdf.data"
        },
    
    i-vall's avatar
    i-vall committed
        "files": {
          "type": "io.cozy.files"
        },
        "accounts": {
          "type": "io.cozy.accounts",
    
    i-vall's avatar
    i-vall committed
          "verbs": [
            "GET"
          ]
    
    i-vall's avatar
    i-vall committed
        }
      },
      "developer": {
    
    i-vall's avatar
    i-vall committed
        "name": "Métropole de Lyon",
        "url": "https://www.grandlyon.com"
    
    i-vall's avatar
    i-vall committed
      },
    
    i-vall's avatar
    i-vall committed
      "langs": [
    
    i-vall's avatar
    i-vall committed
        "fr",
    
    i-vall's avatar
    i-vall committed
        "en"
      ],
    
    i-vall's avatar
    i-vall committed
      "locales": {
        "fr": {
    
    i-vall's avatar
    i-vall committed
          "short_description": "Courbe de charge depuis le site GRDF",
          "long_description": "Ce connecteur récupère la courbe de consommation de gaz enregistrée par le compteur Gazpar",
    
    i-vall's avatar
    i-vall committed
          "permissions": {
    
    i-vall's avatar
    i-vall committed
            "load profile": {
              "description": "La courbe de consommation enregistrée par le compteur Gazpar"
    
    i-vall's avatar
    i-vall committed
            "files": {
    
    i-vall's avatar
    i-vall committed
              "description": "Nécessaire (à voir pourquoi)"
    
    i-vall's avatar
    i-vall committed
            },
            "accounts": {
              "description": "Utilisé pour obtenir les données du compte"
            }
          }
        },
        "en": {
    
    i-vall's avatar
    i-vall committed
          "short_description": "Load profile from GRDF website",
          "long_description": "This connector fetches the gas load profile recorded by the Gazpar counter",
    
    i-vall's avatar
    i-vall committed
          "permissions": {
    
    i-vall's avatar
    i-vall committed
            "load profile": {
              "description": "The load profile recorded by Gazpar"
    
    i-vall's avatar
    i-vall committed
            "files": {
    
    i-vall's avatar
    i-vall committed
              "description": "Required (why ?)"
    
    i-vall's avatar
    i-vall committed
            },
            "accounts": {
              "description": "Required to get the account's data"
            }
          }
        }
      },
      "manifest_version": "2"
    }