Widget: DCTList: Difference between revisions

From LINKS Community Center
Jump to: navigation, search
Cschwentker (talk | contribs)
No edit summary
Cschwentker (talk | contribs)
No edit summary
Line 153: Line 153:
         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 09:36, 13 June 2022

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