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 ce80efc commit fcf05dcCopy full SHA for fcf05dc
examples/src/main/java/com/basistech/rosette/examples/CategoriesExample.java
@@ -39,7 +39,7 @@ public static void main(String[] args) {
39
}
40
41
private void run() throws IOException {
42
- String categoriesUrlData = "https://onlocationvacations.com/2015/03/05/the-new-ghostbusters-movie-begins-filming-in-boston-in-june/";
+ String categoriesUrlData = "https://onlocationvacations.com/2018/02/06/downton-abbey-exhibition-extended-april-2-nyc/";
43
HttpRosetteAPI rosetteApi = new HttpRosetteAPI.Builder()
44
.key(getApiKeyFromSystemProperty())
45
.url(getAltUrlFromSystemProperty())
0 commit comments