Metadata-Version: 1.1
Name: httpie-nsof
Version: 0.6
Summary: Nsof OAuth 2 plugin for HTTPie.
Home-page: https://github.com/nsofnetworks/httpie-nsof
Author: Alon Horowitz
Author-email: alon@nsof.io
License: Apache License 2.0
Download-URL: https://github.com/nsofnetworks/httpie-nsof/archive/0.6.tar.gz
Description: ===========
        httpie-nsof
        ===========
        
        Nsof OAuth 2 plugin for the `HTTPie <https://github.com/jkbr/httpie>`_ command line HTTP client.
        
        
        Installation
        ------------
        
        .. code-block:: bash
        
            $ pip install httpie-nsof
        
        
        You should now see ``nsof`` under ``--auth-type`` in ``$ http --help`` output.
        
        
        Setup
        -----
        
        .. code-block:: bash
        
            $ httpie-nsof-setup
            
            
        Your HTTPie should be configured to use Nsof's auth plugin with your creds (see ~/.httpie/config.json).
        
        
        Usage
        -----
        
        .. code-block:: bash
        
            $ http --auth-type=nsof GET https://api.nsof.io/v1/users
            
        
        It's possible to pass a different effective org using the env ``EORG``:
        
        .. code-block:: bash
        
            $ EORG=nsof http --auth-type=nsof GET https://api.nsof.io/v1/users
Keywords: httpie oauth oauth2 nsof token
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: Environment :: Plugins
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Utilities
