Rust OAuth Proxy
[[https://travis-ci.org/bomgar/rust-oauth-proxy][file:https://travis-ci.org/bomgar/rust-oauth-proxy.svg?branch=master]]
A small http proxy to sign requests using OAuth 1.0.
** Usage Provide a consumer key and secret. See ~help~ for details.
#+BEGINSRC shell-script rust-oauth-proxy --help #+ENDSRC
** Curl Add the proxy to your ~curl~ command using the ~-x~ parameter.