We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50dc159 commit d794dfcCopy full SHA for d794dfc
lib/Api.js
@@ -102,6 +102,9 @@ function Api(userKey, serviceURL) {
102
Api.prototype.rosette = function(endpoint, callback) {
103
104
var api = this;
105
+ if (typeof(api.parameters.genre) !== 'undefined' && api.parameters.genre != null) {
106
+ console.warn("The genre parameter is deprecated and will be removed in a future release.");
107
+ }
108
endpoint = require("./" + endpoint);
109
var e = new endpoint();
110
0 commit comments