genius-lyrics-api
genius-lyrics-api copied to clipboard
getSongById 401 response
Get song by id gives me 401 response. I think it's because of this line ${url}${id}&access_token=${apiKey} instead of ${url}${id}?access_token=${apiKey}.