Shared infrastructure for HTTP, URL helpers, and structured logging used by Mayhem and Chio.
Add this gem to your Gemfile and require seldon:
gem 'seldon', github: 'calef/seldon'Then include the modules you need:
require 'seldon'
logger = Seldon::Logging.build_logger(env_var: 'LOG_LEVEL')
client = Seldon::Support::HttpClient.new