groovy
groovy copied to clipboard
Can we setup a single api and use it to make different endpoints req
setup a baseURL: 'https://shazam.p.rapidapi.com/' and make multiple endpoints like getTopCharts will fetch from baseURL/topCharts getTopArtists will fetch from baseURL/topArtists