Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
This repository was archived by the owner on Mar 4, 2022. It is now read-only.
/httpie-oauthPublic archive

OAuth plugin for HTTPie

License

NotificationsYou must be signed in to change notification settings

httpie/httpie-oauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ℹ️ Please use the newer httpie-oauth1 plugin instead:

https://github.com/qcif/httpie-oauth1


httpie-oauth

OAuth plugin forHTTPie.

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

Installation

$ pip install httpie-oauth

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

Usage

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

You can also useHTTPie 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

[8]ページ先頭

©2009-2025 Movatter.jp