aylien_textapi
Advanced tools
Comparing version 0.2.0 to 0.3.0
{ | ||
"name": "aylien_textapi", | ||
"description": "AYLIEN Text API Client Library for Node.js", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"author": "AYLIEN Inc.", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
@@ -283,2 +283,19 @@ /** | ||
}; | ||
/** | ||
* textapi.imageTags | ||
* | ||
* @desc Assigns relevant tags to an image | ||
* | ||
* @memberof! aylien_textapi(v1) | ||
* @instance | ||
* | ||
* @param {object} params - Parameters for request | ||
* @param {string} params.url - Image URL to be tagged | ||
* @param {callback} callback - The callback that handles the response | ||
*/ | ||
this.imageTags = function(params, callback) { | ||
params = util.extend({endpoint: 'image-tags'}, this.normalizeParams(params)); | ||
createAPIRequest(params, 'url', callback); | ||
}; | ||
} | ||
@@ -285,0 +302,0 @@ |
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
162083
507