REST Service for POPCORN - ILIAS
alex
2025-10-23 d13e2360b6dad80da567348c1013353a2fc2297e
lib/libIlias.js
@@ -35,6 +35,7 @@
      token: iliastoken,
   })
   let url2 = `${url}?${sp.toString()}`
   console.log("pinging url", url2)
   const res = await fetch(url2, {method: "GET"})
   return await res.json() //
}