inakiabt / etsy-php

Etsy API wrapper for PHP
74 stars 59 forks source link

How to set language param for API methods? #14

Open tudor2004 opened 8 years ago

tudor2004 commented 8 years ago

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.

quape commented 6 years ago
 'params' => array(
     "language" => "de"
 ),
'data' => array(
    // your other data
)