We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f4bdc2 commit 13de171Copy full SHA for 13de171
index.js
@@ -79,6 +79,9 @@ class WikidataSource {
79
await queryDispatcher
80
.query(this.options.sparql)
81
.then(response => {
82
+
83
+ this.info(response);
84
85
// parse JSON body
86
let body = JSON.parse(response.body);
87
// process each item
package.json
@@ -1,5 +1,5 @@
1
{
2
- "version": "0.0.3",
+ "version": "0.0.4",
3
"name": "gridsome-source-wikidata",
4
"description": "Wikidata source for Gridsome",
5
"homepage": "https://github.com/hunsalz/gridsome-source-wikidata",
0 commit comments