Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1017 Bytes

README.rst

File metadata and controls

39 lines (22 loc) · 1017 Bytes

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).