/httpie-snapdsocket

Snapd socket transport plugin for HTTPie.

Primary LanguagePythonOtherNOASSERTION

Snapd socket transport plugin for HTTPie

Snap is an app store for Linux. Snapd is the custom URL protocol used to talk to that store using their REST API.

Installation

$ python -m pip install --upgrade httpie-snapdsocket

Example usage

To query httpie Snap package details:

$ http 'snapd:///v2/find?name=httpie'

Have a look at the Snapd REST API documentation for more information.

Requirements

Credits

Based on the original code from @chipaca (chipaca/httpie-snap).