Widget: DCTList: Difference between revisions

From LINKS Community Center
Jump to: navigation, search
Eschmidt (talk | contribs)
No edit summary
Eschmidt (talk | contribs)
No edit summary
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 11:50, 14 June 2022

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