Method: Parse::API::CloudFunctions#call_function
- Defined in:
- lib/parse/api/cloud_functions.rb
#call_function(name, body = {}) ⇒ Parse::Response
Call a cloud function.
14 15 16 |
# File 'lib/parse/api/cloud_functions.rb', line 14 def call_function(name, body = {}) request :post, "functions/#{name}", body: body end |