laravel 4.2 - Itunes api call limit -
for project make use of itunes api. in application users can import file contains titles songs. each file contains around 25 title. need find aditional information song (like: artist, length of song, genre, etc.). right foreach through array of titles , each title itunes api call , store result in laravel collection. problem itunes has api call limit per minute 20.
is there anyway how can still search 25 songs without splitting array in separate arrays or wait 1 minute ever 20 titles.
i applied itunes-enterprise-partner-feed rejected me.
Comments
Post a Comment