superagent-request-modifier
Patch superagent to add headers or queries to each request on a given host.
Use this to e.g. send access tokens with mobile api requests
Usage:
// All requests to localhost will have {access_token: 'asdf1234'} added as a header // All requests to example.com will have ?access_token="asdf1234" added to the url as a query string