Skip to content

coagulant/httpie-oauth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

httpie-oauth

OAuth plugin for HTTPie.

It currently provides support for OAuth 1.0a 2-legged.

Installation

$ pip install httpie-oauth

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

Usage

$ http --auth-type=oauth1 --auth='client-key:client-secret' example.org

You can also use HTTPie sessions:

# Create session
$ http --session=logged-in --auth-type=oauth1 --auth='client-key:client-secret' example.org

# Re-use auth
$ http --session=logged-in POST example.org hello=world

About

OAuth plugin for HTTPie

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%