onesuper / httpie-hmac-auth

Auth plugin for debugging ODPS API with httpie

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auth plugin for debugging ODPS API with httpie

Usage

$ git clone <repo>
$ python setup.py install
$ http -v  --auth-type=hmac --auth="{{access_id}}:{{access_key}}" GET {{endpoint}}/projects/project_name

About

Auth plugin for debugging ODPS API with httpie

License:MIT License


Languages

Language:Python 78.3%Language:Perl 21.7%