Open kejiweixun opened 1 week ago
Hi, searchApps seems not working. It always return 404.
searchApps
404
import { searchApps } from 'parse-tunes'; (async () => { const apps = await searchApps({ searchTerm: 'education', country: 'DE', language: 'en-GB' }); for (const app of apps) console.log(app.name); // Microsoft OneNote // Goodnotes 6 // StudyCards - Karteikarten // … })();
By the way, how to get info like This app is available only on the App Store for iPad? Seems not available from fetchAppDetails.
This app is available only on the App Store for iPad
fetchAppDetails
Hi,
searchApps
seems not working. It always return404
.