Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aboisvert/oats
- Owner: aboisvert
- Created: 2013-03-25T22:16:23.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-15T22:17:24.000Z (about 9 years ago)
- Last Synced: 2023-04-11T19:38:26.133Z (over 1 year ago)
- Language: Scala
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
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.