Difference between revisions of "Widget:DCTList"

From LINKS Community Center
Jump to: navigation, search
Line 168: Line 168:
 
         const dctResponse = await fetch(dctQueryUrl).then(response => response.json());
 
         const dctResponse = await fetch(dctQueryUrl).then(response => response.json());
  
         console.log(dctResponse)
+
         // console.log(dctResponse);
  
 
         const results = dctResponse.query.results;
 
         const results = dctResponse.query.results;

Revision as of 15:50, 14 June 2022

Development verstion of the DCT List.
Not ready for production!