digitalocean / digitalocean/resource_kit
Default Connection Factory
Open
- Dominant language
- Ruby
- Stars
- 138
- Forks
- 60
- PR merge metrics
- No merged PRs in 30d
Description
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
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.