Constructor of API object. NOTE! OINODb.initDatamodel must be called if created manually instead of the factory.
database for the API
parameters for the API
ReadonlydatamodelAPI datamodel
ReadonlydbAPI database reference
ReadonlyhashidAPI hashid
ReadonlyparamsAPI parameters
Method for handling a HTTP REST request with batch update using PUT or DELETE methods.
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
OptionalsqlParams: OINODbSqlParamsMethod 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
Method to check if a field is included in the API params.
name of the field
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 GET, POST, PUT, DELETE corresponding to SQL select, insert, update and delete.
OINO DB API request
Enable or disable debug output on errors.
true to enable debug output on errors, false to disable
API class with method to process HTTP REST requests.