node-red-contrib-agilite
Advanced tools
Comparing version 5.1.2 to 5.1.3
@@ -130,3 +130,3 @@ module.exports = function(RED) { | ||
break; | ||
case "2"://Get Keyword Categories By Group | ||
case "2"://Get Profile Keys By Group | ||
if(groupName === ""){ | ||
@@ -198,4 +198,4 @@ success = false; | ||
break; | ||
case "2"://Get Keyword Categories By Group | ||
url = url + "/keywords/getCategoriesByGroup"; | ||
case "2"://Get Profile Keys By Group | ||
url = url + "/keywords/getProfileKeysByGroup"; | ||
headers.headers["group-name"] = groupName; | ||
@@ -202,0 +202,0 @@ break; |
{ | ||
"name": "node-red-contrib-agilite", | ||
"license": "MIT", | ||
"version": "5.1.2", | ||
"version": "5.1.3", | ||
"description": "Node-RED nodes to integrate with Agilit-e cloud or Agilit-e on-prem", | ||
"homepage": "https://portal.agilite.io", | ||
"dependencies": { | ||
"axios": "0.16.2" | ||
"axios": "0.17.0" | ||
}, | ||
@@ -10,0 +10,0 @@ "keywords": [ |
### node-red Agilit-e | ||
================== | ||
The set of nodes in this Node-RED module allow for easy integration into Agilit-e https://portal.agilite.io | ||
* The set of nodes in this Node-RED module allow for easy integration into [Agilit-e](http://www.agilite.io) | ||
* [API Reference Documentation](https://docs.agilite.io/v5.1/reference) | ||
# Author | ||
John Jardin (MD of Agilit-e) | ||
John Jardin (Integration and Cloud Architect at [Agilit-e](http://www.agilite.io)) | ||
# License | ||
MIT |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
72859
29
12
+ Addedaxios@0.17.0(transitive)
- Removedaxios@0.16.2(transitive)
Updatedaxios@0.17.0