arrowdb
Version:
Appcelerator ArrowDB SDK for NodeJS
26 lines (24 loc) • 364 B
JavaScript
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;