Constructor.
NOTE: initializeDatamodel (or OINOBlobFactory.createApi) must be
called before the first request is dispatched.
blob storage backend
API parameters (tableName is used as the blob prefix)
ReadonlyblobBlob storage backend
Blob-specific data model (populated by initializeDatamodel)
API datamodel
ReadonlydatasourceAPI database reference
ReadonlyhashidAPI hashid
Is API initialized
ReadonlyparamsAPI parameters
Method for handling a HTTP REST request with batch update using PUT or DELETE methods.
HTTP URL parameters as key-value-pairs
Method for handling a HTTP REST request with batch update using PUT or DELETE methods.
HTTP method of the REST request
Optional_queryParams: OINOQueryParamsMethod for handling a HTTP REST request with GET, POST, PUT, DELETE corresponding to SQL select, insert, update and delete.
OINO HTTP request object containing all parameters of the REST request
URL id of the REST request
HTTP body data as either serialized string or unserialized JS object or OINODataRow-array or Buffer/Uint8Array binary data
SQL parameters for the REST request
Method for handling a HTTP REST request with GET, POST, PUT, DELETE corresponding to SQL select, insert, update and delete.
HTTP method of the REST request
URL id of the REST request
HTTP body data as either serialized string or unserialized JS object or OINODataRow-array or Buffer/Uint8Array binary data
SQL parameters for the REST request
content type of the HTTP body data, default is JSON
Attach the static blob data model and mark the API as initialised.
OINOBlobDataModel instance for this API
Method to check if a field is included in the API params.
name of the field
Enable or disable debug output on errors.
true to enable debug output on errors, false to disable
REST API for blob storage.
Supports two GET variants:
OINOModelSet.Content-Type.All other HTTP methods return
405 Method Not Allowed.