flickr / flickr-sdk

Almost certainly the best Flickr API client in the world for node and the browser
https://www.flickr.com/services/api
MIT License
131 stars 29 forks source link

Set default `user-agent` #157

Closed jeremyruppel closed 1 year ago

jeremyruppel commented 1 year ago

Flickr is about to require a user-agent header on API calls. superagent used to set this by default, but this was removed in ladjs/superagent#1495. This ensures we set a user-agent in our Request base.