Metadata-Version: 2.1
Name: httpie-apikey-auth
Version: 0.1.1
Summary: Elastic ApiKey plugin for HTTPie.
Home-page: https://github.com/dcode/httpie-apikey-auth
Author: Derek Ditch
Author-email: dcode@rocknsm.io
License: MIT
Download-URL: https://github.com/dcode/httpie-apikey-auth
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Environment :: Plugins
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
Requires-Dist: httpie (>=0.7.0)

# httpie-apikey-auth

[Elastic ApiKey](https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-create-api-key.html) auth plugin for [HTTPie](https://github.com/jkbr/httpie>).

## Installation

```bash
pip install httpie-apikey-auth
```

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

## Usage

```bash
http --auth-type=apikey --auth='id:api_key' es.example.org:9200
```




