Call Post Function on Bitcode Function
POST/qlibs/:qlibid/q/:qhit/bc/:module/:func/:path
Call the given function on the given bitcode module and return its result.
The module and function name are specified in the URL, parameters are passed in the json body.
Request
Responses
- 200
- 201
- 206
- 401
- 404
- 416
- default
The result of a bitcode call.
Response Headers
the returned content type
the content disposition if available
The result of a bitcode call.
Response Headers
the returned content type
the content disposition if available
partial result if request was made with Range header
Response Headers
the returned content type
the content disposition if available
range of the selected bytes returned as described in RFC 7233 section 4.
Authentication information is missing or invalid
Response Headers
A standard "WWW Authenticate" header of the form Basic realm="Eluvio Content Fabric API"
Error message returned if the requested entity does not exist.
Error message returned if the requested byte range is not satisfiable.
A generic error message.