etsy-php
etsy-php copied to clipboard
How to set language param for API methods?
How can I set the language parameter for some API methods that do not have the "language" key in theiry method.json definition? For example, the findAllTopCategory supports the language parameter.
'params' => array(
"language" => "de"
),
'data' => array(
// your other data
)