Skip to content

calef/seldon

Repository files navigation

Seldon

Shared infrastructure for HTTP, URL helpers, and structured logging used by Mayhem and Chio.

Usage

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

About

Shared Ruby infrastructure for HTTP utilities, URL helpers, and structured logging.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors