UNPKG

node-appwrite

Version:

Appwrite is an open-source self-hosted backend server that abstract and simplify complex and repetitive development tasks behind a very simple REST API

10 lines (9 loc) 199 B
const ExecutionMethod = Object.freeze({ GET: 'GET' , POST: 'POST' , PUT: 'PUT' , PATCH: 'PATCH' , DELETE: 'DELETE' , OPTIONS: 'OPTIONS' }); module.exports = ExecutionMethod;