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 bbbb772 commit 0781aa1Copy full SHA for 0781aa1
examples/categories.js
@@ -13,7 +13,7 @@ var args = parser.parseArgs();
13
var api = new Api(args.key, args.url);
14
var endpoint = "categories";
15
16
-var categories_url_data = "https://onlocationvacations.com/2018/02/06/downton-abbey-exhibition-extended-april-2-nyc/";
+var categories_url_data = "https://www.rosette.com/about/";
17
api.parameters.contentUri = categories_url_data;
18
19
api.rosette(endpoint, function(err, res){
0 commit comments