-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can we setup a single api and use it to make different endpoints req #89
Comments
No idea Sir, but we can give it a shot |
yes we can @Aadarsh805, we will fetch the data from the Next app, right? U can assign this issue for me too and I'll do it <3 |
that's great you got it, good luck!! |
@Aadarsh805 dude, I have done and tested the rapidapi but these guys don't let you do that much requests, actually I think I already did my monthly request limit, wish to try some other music API? The axios config is done and we just need the right API |
Exactly!! We are facing alot if issues with Shazam API..I think we need to change the API!! You know about any good API for music? |
not really, but I'll do some research and test somethings, the axios' config is already done, I'll do it boys |
Thanks Diego it'd be really helpful |
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
The text was updated successfully, but these errors were encountered: