1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-11-13 04:02:29 +00:00

Added apikey aliase to Affect plugin

This commit is contained in:
militarpancho 2017-01-16 18:37:13 +01:00
parent 6f3c08f8aa
commit 7b583f504c
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@
"default": "http://senpy.cluster.gsi.dit.upm.es/api/"
},
"apiKey": {
"aliases": ["apikey"],
"aliases": ["apiKey","meaningCloud-key"],
"required": false
}

View File

@ -18,7 +18,7 @@
"default": "general"
},
"apiKey":{
"aliases":["meaningCloud-key"],
"aliases":["meaningCloud-key","apiKey"],
"required":true
}