REST Service for POPCORN - ILIAS
alex
5 hours ago b9ca09b770f0cd55c7f5d044205cd7a451f8e07e
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() //
}