All Projects → httpie → Httpie Oauth

httpie / Httpie Oauth

Licence: other
OAuth plugin for HTTPie

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Httpie Oauth

Twitch4j
Modular Async/Sync/Reactive Twitch API Client / IRC Client
Stars: ✭ 209 (+167.95%)
Mutual labels:  api, api-client, oauth, auth
Pizzly
The simplest, fastest way to integrate your app with an OAuth API 😋
Stars: ✭ 796 (+920.51%)
Mutual labels:  api, api-client, oauth
Httpie
As easy as /aitch-tee-tee-pie/ 🥧 Modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more. https://twitter.com/httpie
Stars: ✭ 53,052 (+67915.38%)
Mutual labels:  api, api-client, api-testing
Hoppscotch
👽 Open source API development ecosystem https://hoppscotch.io
Stars: ✭ 34,569 (+44219.23%)
Mutual labels:  api, api-client, api-testing
Lara Vue Auth
A repo for laravel vue authentication tutorial.
Stars: ✭ 54 (-30.77%)
Mutual labels:  api, auth
Modio Unity
Unity Plugin for integrating mod.io - a modding API for game developers
Stars: ✭ 53 (-32.05%)
Mutual labels:  api, plugin
Api Php Client
PHP client of Akeneo PIM API
Stars: ✭ 56 (-28.21%)
Mutual labels:  api, api-client
Redux Api Call
One declarative API to create reducers, action creators and selectors for any API calls
Stars: ✭ 63 (-19.23%)
Mutual labels:  api, api-client
Starling Api Web Starter Kit
Starter kit and example app for using the Starling API.
Stars: ✭ 46 (-41.03%)
Mutual labels:  api, oauth
Openapi Generator
OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
Stars: ✭ 10,634 (+13533.33%)
Mutual labels:  api, api-client
Slacko
A neat interface for Slack
Stars: ✭ 64 (-17.95%)
Mutual labels:  api, api-client
Idtoken Verifier
Lightweight RSA JWT verification
Stars: ✭ 52 (-33.33%)
Mutual labels:  oauth, auth
Php Quandl
Easy access to the Quandl Data API using PHP
Stars: ✭ 51 (-34.62%)
Mutual labels:  api, api-client
Simple Salesforce
A very simple Salesforce.com REST API client for Python
Stars: ✭ 1,072 (+1274.36%)
Mutual labels:  api, api-client
Devrant
Unofficial wrapper for the public devRant API.
Stars: ✭ 48 (-38.46%)
Mutual labels:  api, api-client
Http Prompt
An interactive command-line HTTP and API testing client built on top of HTTPie featuring autocomplete, syntax highlighting, and more. https://twitter.com/httpie
Stars: ✭ 8,329 (+10578.21%)
Mutual labels:  api, api-testing
Base
Base is the foundation for creating modular, unit testable and highly pluggable, server-side node.js applications.
Stars: ✭ 67 (-14.1%)
Mutual labels:  api, plugin
Igdb
Go client for the Internet Game Database API
Stars: ✭ 65 (-16.67%)
Mutual labels:  api, api-client
Bigcommerce Api Ruby
Connect Ruby applications with the Bigcommerce Platform
Stars: ✭ 69 (-11.54%)
Mutual labels:  api-client, oauth
Openvulnapi
Documentation and Tools for Cisco's PSIRT openVuln API
Stars: ✭ 73 (-6.41%)
Mutual labels:  api, api-client

httpie-oauth

OAuth plugin for HTTPie <https://httpie.org/>_.

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

Installation

.. code-block:: bash

$ pip install httpie-oauth

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

Usage

.. code-block:: bash

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

You can also use HTTPie sessions <https://httpie.org/doc#sessions>_:

.. code-block:: bash

# 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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].