RubyFlow The Ruby and Rails community linklog

parse-ruby-client now supports Parse Cloud Code

parse-ruby-client now makes it really easy to call Parse Cloud Code functions from a Ruby environment. Example: function = Parse::Cloud::Function.new("hello") params = {"foo" => "bar"} function.call(params)

Comments

Thanks for supporting this! If I wanted to call a cloud code function and pass the , ‘X-Parse-Session-Token’ => “#{session_token}”, would I be able to do so in a header? Not sure how this would work.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in