$client = new \EtkinlikApi\ApiClient('token buraya gelecek');
$formats = $client->format->getItems();
$categories = $client->category->getListe();
$events = $client->event->getItems(
(new \EtkinlikApi\Model\Config\EventsConfig())
->addCategoryId(4015)
);
$event = $client->event->getById(104289);
$venues = $client->venue->getItems(
(new \EtkinlikApi\Model\Config\VenuesConfig())
->addCityId(7)
);
-
Notifications
You must be signed in to change notification settings - Fork 2
etkinlik/php-api-client
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|