Method: AFMotion::ClientShared#multipart_post

Defined in:
lib/afmotion/client_shared.rb

#multipart_post(path, parameters = {}, &callback) ⇒ Object



42
43
44
# File 'lib/afmotion/client_shared.rb', line 42

def multipart_post(path, parameters = {}, &callback)
  create_multipart_operation(:post, path, parameters, &callback)
end