Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aboisvert/oats

A simple Scala command-line OAuth signature v1.0 proxy
https://github.com/aboisvert/oats

Last synced: 10 days ago
JSON representation

A simple Scala command-line OAuth signature v1.0 proxy

Awesome Lists containing this project

README

        

A simple Scala command-line OAuth proxy.
=============================================================

(Currently only supports OAuth version 1.0 URL signing)

### Usage ###

scala oats.scala LOCAL_PORT DESTINATION_HOST OAUTH_KEY OAUTH_SECRET

e.g.,

scala oats.scala 8081 api.example.com k1234567890 dd50701259518fddb730

### Target platform ###

* Scala 2.9.0+
* JVM 1.5+

### License ###

Oats is is licensed under the terms of the Apache Software License v2.0.