https://github.com/vst/ocpula
OpenCPU RPC Client for JSON Endpoints
https://github.com/vst/ocpula
Last synced: 10 months ago
JSON representation
OpenCPU RPC Client for JSON Endpoints
- Host: GitHub
- URL: https://github.com/vst/ocpula
- Owner: vst
- License: apache-2.0
- Archived: true
- Created: 2016-07-07T04:18:19.000Z (about 10 years ago)
- Default Branch: develop
- Last Pushed: 2017-04-17T02:45:00.000Z (over 9 years ago)
- Last Synced: 2025-06-25T11:07:03.888Z (about 1 year ago)
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ocpula - OpenCPU RPC Client for JSON Endpoints
*ocpula* provides a tiny Scala library to invoke OpenCPU RPC JSON endpoints.
> **Note** that this is an experimental project. Use at your own risk and sadness.
Usage:
val response: Try[String] = RPC("http://localhost:8000/ocpu", "stats", "rnorm") ~ "{\"n\": 100}"
``TODO: Provide a complete README``