This repository was archived by the owner on Mar 4, 2022. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork15
httpie/httpie-oauth
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
ℹ️ Please use the newer httpie-oauth1 plugin instead:
https://github.com/qcif/httpie-oauth1
OAuth plugin forHTTPie.
It currently provides support for OAuth 1.0a 2-legged.
$ pip install httpie-oauth
You should now seeoauth1
under--auth-type
in$ http --help
output.
$ 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
About
OAuth plugin for HTTPie
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.