Project

sentofu

0.0
No commit activity in last 3 years
No release in over 3 years
A Ruby client to some of the 1.0.0 Sentifi.com APIs
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 3.8
 Project Readme

sentofu

A Ruby client to some of the 1.0.0 Sentifi.com APIs.

proxy

Sentofu follows the vanilla ENV['http_proxy'] Ruby proxy setting.

It also accepts a dedicated ENV['sentofu_http_proxy'] environment variable.

In Ruby:

ENV['sentofu_http_proxy'] = 'http://proxy.example.com'
  # or
ENV['sentofu_http_proxy'] = 'http://proxy.example.com:8080'
  # or
ENV['sentofu_http_proxy'] = 'http://user:pass@proxy.example.com'
  # or
ENV['sentofu_http_proxy'] = 'http://user:pass@proxy.example.com:8080'

From the command line:

$ http_proxy = 'http://user:pass@proxy.example.com'
$ sentofu_http_proxy = 'http://user:pass@proxy.example.com'

license

MIT, see LICENSE.txt