@axway/api-builder-plugin-dc-mbs
Version:
Mobile Backend Services connector
14 lines (12 loc) • 298 B
JavaScript
function create(APIBuilder) {
return APIBuilder.Connector.extend({
filename: module.filename,
// Looks through a query "where" for $like and $notLike
// values that can be translated to $regex strings.
translateWhereRegex: true,
runtime: APIBuilder
});
}
module.exports = {
create
};