<=
const url = 'https://console.redhat.com/api/image-builder/v1/clones/%7Bid%7D';
const options = {method: 'GET', headers: {'Content-Type': 'application/json'}};
try {
const response = await fetch(url, options);
const data = await response.json();
console.log(data);
} catch (error) {
console.error(error);
}
</script>
No hay comentarios:
Publicar un comentario
Gracias por participar en mi pagina