Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
vonage
/
client-core
/
src
/
ProactiveConnect
Location:
/home/zoteqbgb/public_html/vendor/vonage/client-core/src/ProactiveConnect
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: ClientFactory.php
<?php namespace Vonage\ProactiveConnect; use Psr\Container\ContainerInterface; use Vonage\Client\APIResource; use Vonage\Client\Credentials\Handler\KeypairHandler; class ClientFactory { public function __invoke(ContainerInterface $container): Client { $api = $container->make(APIResource::class); $api->setIsHAL(false) ->setErrorsOn200(false) ->setAuthHandler([new KeypairHandler()]) ->setBaseUrl('https://api-eu.vonage.com/v0.1/bulk/'); return new Client($api); } }
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
Client.php
4,505 bytes
0644
2023-10-02 14:26
âï¸
ðï¸
Rename
ClientFactory.php
542 bytes
0644
2023-10-02 14:26
âï¸
ðï¸
Rename
Objects
-
0755
2023-10-02 14:26
ðï¸
Rename
Chang
Apply