-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTP Rest Server #48
base: main
Are you sure you want to change the base?
HTTP Rest Server #48
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #48 +/- ##
==========================================
- Coverage 89.16% 85.84% -3.32%
==========================================
Files 25 27 +2
Lines 3561 3702 +141
==========================================
+ Hits 3175 3178 +3
- Misses 386 524 +138 ☔ View full report in Codecov by Sentry. |
77b4e36
to
326c7b7
Compare
Experimental
Permits evaluation of arbitrary R expressions submitted to an API endpoint.
Client-neutral, supporting any HTTP client.
Run server in a new session:
Query using command line
curl
:Query from within R:
Result is returned as a string where possible supporting non-R clients e.g. command line
curl
.Otherwise as a binary R-serialized object, which may be consumed by an R client.
TO-DO: