Current Path : /var/www/alh/admin/controller/extension/openbay/ |
Current File : /var/www/alh/admin/controller/extension/openbay/etsy_shop.php |
<?php class ControllerExtensionOpenbayEtsyShop extends Controller { public function getSections() { $response = $this->openbay->etsy->call('v1/etsy/shop/getSections/', 'GET'); $this->response->addHeader('Content-Type: application/json'); return $this->response->setOutput(json_encode($response)); } }