It would be great if we could add a way to generate a default connection. Something like: ``` ResourceKit.configure do |config| config.default_connection { Faraday.new(url: 'hello.com') } end ```