Vimond API SUMO auth plugin for HTTPie.
Sign requests with a SUMO header, specific for Vimond API.
$ pip install git+https://github.com/dewe/httpie-vimond-authYou should now see vimond under --auth-type in $ http --help output.
$ http --auth-type=vimond --auth='api_key:secret_key' <host>$ virtualenv --no-site-packages env
$ source env/bin/activate
$ pip install -r requirements.dev.txt