标签: flutter api authentication
我无法在此处进行授权。它没有使用 apiKey。
getTrendingWallpaper() async { var response = await http.get( 'https://api.pexels.com/v1/curated?per_page=15&page=1', headers: {"Authorization": apiKey}); }