constendpoint="[endpoint]";constapiKey="[myAPIKey]";// Use the username and password to obtain data based on user rightsconstusername="[username]"; // optionnelconstpassword="[password]"; // optionnelfetch(endpoint, { method:"POST", headers: {"Authorization": apiKey,"Content-Type":"application/json","username ": username,"password ": password }, body:JSON.stringify({ letter:"a", fromLanguage:"km", toLanguage:"fr" })}).then(response =>response.json()).then(data =>console.log(data)).catch(error =>console.error("Erreur :", error));
Avec une authorization de démo, cette requête ne renvoie qu'un nombre limité de mots. Le nombre de mots du dictionnaire est inscrits dans le champ entries. Vous pouvez vous servir des champs authorization et entries pour en informer l'utilisateur.