Method: Suzuri::Material#create

Defined in:
lib/suzuri_client.rb

#create(body) ⇒ Object

Material & Products by from image”, “ja”=>“画像からMaterialとProductを作ります。**レートリミットが設けてあります。**”

Parameters:

  • body:

    the object to pass as the request payload



296
297
298
# File 'lib/suzuri_client.rb', line 296

def create(body)
  @client.material.create(body)
end