httpie-f5-auth

F5 BIG-IQ Auth plugin for HTTPie.


License
MIT
Install
pip install httpie-f5-auth==0.0.6

Documentation

httpie-f5-auth

F5Auth auth plugin for HTTPie.

Installation

$ pip install httpie-api-auth

You should now see f5-auth under --auth-type in $ http --help output.

Usage

For local users you can do:

$ http --auth-type=xf5 --auth USER:PASS --default-scheme=https mybigiq.com/mgmt/shared/echo

To specify a remote auth provider:

$ http --auth-type=xf5 --auth PROVIDER_NAME//USER:PASS --default-scheme=https mybigiq.com/mgmt/shared/echo