UNPKG

arrowdb

Version:
26 lines (24 loc) 364 B
var arrowDBObject = { PushSchedules: { restObject: 'push_schedules', methods: { create: { httpMethod: 'POST' }, delete: { httpMethod: 'DELETE' }, remove: { httpMethod: 'DELETE', restMethod: 'delete' }, query: { httpMethod: 'GET' }, update: { httpMethod: 'PUT' } } } }; module.exports = arrowDBObject;