PATH:
home
/
lab2454c
/
.trash
/
core
/
vendor
/
mailjet
/
mailjet-apiv3-php
/
src
/
Mailjet
<?php declare(strict_types=1); /* * Copyright (C) 2013 Mailgun * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. */ namespace Mailjet; class Config { const WRAPPER_VERSION = 'v2.0.0'; const USER_AGENT = 'mailjet-apiv3-php/'; const MAIN_VERSION = 'v3'; const MAIN_URL = 'api.mailjet.com'; const SECURED = true; const SMS_VERSION = 'v4'; }
[+]
..
[-] Config.php
[edit]
[-] Request.php
[edit]
[-] Client.php
[edit]
[-] Resources.php
[edit]
[-] Response.php
[edit]