Skip to content

httpie/httpie-snapdsocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

image

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