F5Auth auth plugin for HTTPie.
$ pip install httpie-api-authYou should now see f5-auth under --auth-type in $ http --help output.
For local users you can do:
$ http --auth-type=xf5 --auth USER:PASS --default-scheme=https mybigiq.com/mgmt/shared/echoTo specify a remote auth provider:
$ http --auth-type=xf5 --auth PROVIDER_NAME//USER:PASS --default-scheme=https mybigiq.com/mgmt/shared/echo