{
const cover = axios.get("https://openlibrary.org/api/books?bibkeys=ISBN:9780393046977&jscmd=data&format=json")
.then(res => console.log(res.data["ISBN:9780393046977"].authors))
.catch(err => console.log(${err}))
}
getData()
thanks you, this works now
Обсуждают сегодня