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

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

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``