Module: Appwrite::Enums::ExecutionMethod

Defined in:
lib/appwrite/enums/execution_method.rb

Constant Summary collapse

GET =
'GET'
POST =
'POST'
PUT =
'PUT'
PATCH =
'PATCH'
DELETE =
'DELETE'
OPTIONS =
'OPTIONS'