hURL
Simple command line tool for hitting http-signatures based apis
Installation
go get -v github.com/vektah/hurlUsage
usage: hurl [<flags>] <url>
Flags:
--help Show context-sensitive help (also try --help-long and --help-man).
-v, --verbose Make the operation more talkative
--sig-id=SIG-ID The http-signatures id
--sig-key=SIG-KEY The http-signatures key
--insecure Disable TLS cert verification
Args:
<url> The url to fetch
A basic example
hurl https://example.org/api/bob --sig-id MyId--sig-key MyKey --insecureOn this page
Languages
Go100.0%
BSD 2-Clause "Simplified" License
Created July 22, 2016
Updated May 31, 2019