Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

pd/httpie-api-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Archived

NOTE: This project is dead. A theoretically maintained fork lives at enova/httpie-api-auth.

httpie-api-auth

ApiAuth auth plugin for HTTPie.

Installation

$ pip install httpie-api-auth

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

Usage

$ http --auth-type=api-auth --auth='access_id:secret_key' example.org

Compatibility

As of version 0.3.0 of this library, only the new canonical string form introduced in api_auth 1.4 is supported. If you need to interact with services that have not yet upgraded to be compatible with this new scheme, you will need to use version 0.2.1 of this library to sign requests in a manner that those services will accept.

About

HTTPie support for the ApiAuth authentication scheme

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages