#Search Track
Look for a just with a query.
#Usage
Import the Function
Invoke the Function
#Function Parameters
#Return Value
The function returns an array of objects, each containing information about a matching track. The structure of each object conforms to the SearchTracks
interface defined in the interfaces/index.ts
file.
#Example
#Notes 📝
- Make sure to handle errors appropriately, especially network-related errors that might occur during the API request.
- Do not call the functions when working in a for loop it might rate limit.
Feel free to incorporate and modify this function according to your project requirements.