Données de connexion toujours vides
... / Données de connexion touj...
BMPCreated with Sketch.BMPZIPCreated with Sketch.ZIPXLSCreated with Sketch.XLSTXTCreated with Sketch.TXTPPTCreated with Sketch.PPTPNGCreated with Sketch.PNGPDFCreated with Sketch.PDFJPGCreated with Sketch.JPGGIFCreated with Sketch.GIFDOCCreated with Sketch.DOC Error Created with Sketch.
question

Données de connexion toujours vides

Par
OvhitguardingT
Créé le 2019-05-09 11:38:16 (edited on 2024-09-04 12:38:48) dans SMS Pro

Bonjour, j'utilise pour l'envois d'un sms l'API ovh et j'ai intégré le dossier vendor puis lorsque j'ai développé ma fonction d'envois d'un sms, toujours les données de connexion sont vides
$conn = new Api( $applicationKey,
$applicationSecret,
$endpoint,
$consumer_key);
$smsServices = $conn->get('/sms/');
print_r($smsServices);
toujours $smsServices tourne array()