We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bad0d9 commit 0eaeab6Copy full SHA for 0eaeab6
src/api.rs
@@ -85,6 +85,7 @@ pub async fn make_bungie_request(path: String, i: u32) -> Option<Response> {
85
.get(url)
86
.header("X-API-Key", BUNGIE_KEY)
87
.header("Accept-Encoding", "gzip")
88
+ .header("User-Agent", "EmergencyBucket/collectionscraper")
89
.send()
90
.await;
91
0 commit comments